

Desertcart purchases this item on your behalf and handles shipping, customs, and support to Indonesia.
Build the understanding, skills, and experience to confidently implement React in your next project with this fast-paced overview of React fundamentals. Purchase of the print or Kindle book includes a free eBook in PDF format. Key Features A clear, concise explanation of core React 18 functionalities to promote quick, easy reference Gain a deep understanding of key React concepts with the help of step-by-step derivations Work with practical exercises that challenge you to apply your new skills and build your own simple apps Book Description As the most popular JavaScript library for building modern, interactive user interfaces, React is an in-demand framework that'll bring real value to your career or next project. But like any technology, learning React can be tricky, and finding the right teacher can make things a whole lot easier. Maximilian Schwarzmüller is a bestselling instructor who has helped over two million students worldwide learn how to code, and his latest React video course (React - The Complete Guide) has over six hundred thousand students on Udemy. Max has written this quick-start reference to help you get to grips with the world of React programming. Simple explanations, relevant examples, and a clear, concise approach make this fast-paced guide the ideal resource for busy developers. This book distills the core concepts of React and draws together its key features with neat summaries, thus perfectly complementing other in-depth teaching resources. So, whether you've just finished Max's React video course and are looking for a handy reference tool, or you've been using a variety of other learning materials and now need a single study guide to bring everything together, this is the ideal companion to support you through your next React projects. Plus, it's fully up to date for React 18, so you can be sure you're ready to go with the latest version. What you will learn Build modern, user-friendly, and reactive web apps Create components and utilize props to pass data between them Handle events, perform state updates, and manage conditional content Apply styles dynamically and conditionally to create a modern UI Use advanced state management techniques such as React's context API Utilize React router to render different pages for different URLs Understand key best practices and optimization opportunities Who this book is for This React book is for developers who have prior experience with, or who are currently learning, the basics of React. You can use this book as a standalone resource to consolidate your understanding or as a companion guide to a more in-depth course. To get the most value from this book, you should have a basic understanding of the fundamentals of JavaScript, HTML, and CSS. Table of Contents React - What and Why Understanding React Components and JSX Components and Props Working with Events and State Rendering Lists and Conditional Content Styling React Apps Portals and Refs Handling Side Effects Behind the Scenes of React and Optimization Opportunities Working With Complex State Building Custom React Hooks Multipage Apps with React Router Managing Data with React Router Next Steps and Further Resources Review: Worth five stars - I received a preview copy of the book. I like how Maximilian explains the things in developers language. Also, the amount of concepts included in the book is sufficient enough for anyone to get working on an enterprise app. Review: Can be further improved. Overall a good book. - Very good book. Written in a simple language. Thus book could be further improved by adding topics such as state management using Redux and including more diagrams wherever necessary.







| Best Sellers Rank | #517,014 in Books ( See Top 100 in Books ) #208 in Web Development & Design #1,906 in Internet & Social Media (Books) #2,009 in Programming Languages (Books) |
| Customer Reviews | 4.6 out of 5 stars 89 Reviews |
S**T
Worth five stars
I received a preview copy of the book. I like how Maximilian explains the things in developers language. Also, the amount of concepts included in the book is sufficient enough for anyone to get working on an enterprise app.
P**R
Can be further improved. Overall a good book.
Very good book. Written in a simple language. Thus book could be further improved by adding topics such as state management using Redux and including more diagrams wherever necessary.
M**T
Perfect!
Perfect react book! Much better than most online courses. Covers all the essential react concepts.
M**B
Fantastic reference and learning tool for anyone moving into the React Framework
I have had familiarity with Maximilian Schwarzmuller for some time now. His courses are a frequent suggestion on various web developer learning forums, such as those found on Reddit and Discord. I myself had looked at the courses he has offered online and found them always to be up-to-date, full of clear examples and valuable instruction. In fact, I have referred to his videos in the past during my own tutoring of these topics, sometimes discovering a simpler way to cover a topic that has my students (oftentimes pre-college aged), to understand the concept better. A drawback to these fantastic videos however is how easy it is to begin to listen to them passively. I often find myself losing focus when confronted with video lessons. It is all too easy, it seems, to open a new tab or lose focus through some other distraction, only to find that you’ve missed some salient point in the video lesson, forcing you to backtrack and listen to the same audio over again. So of course when I had the opportunity to preview some early chapters of his upcoming book published by Packt, I leapt at the opportunity. And let me tell you, I was not disappointed. Maximilian’s new book React Key Concepts is a fantastic resource for anyone looking to dive into the world of React. It has all of the hallmarks of Max’s teaching style that you find in his video courses. The lessons are clear and written almost as though you are hearing him speak next to you, using understandable terms and phrasing, allowing you to focus on the topic at hand rather than decipher a convoluted explanation. His code examples are simple enough for a beginner to follow, while still, and demonstrating the key concepts clearly. The chapters are presented in digestible sizes, allowing you to approach each topic separately and develop a foundational mastery over it. The book opens up covering what React is and how it differs from Vanilla JS, allowing the beginner to understand the use cases of React. Chapter 2 covers, among other things, components as a concept and JSX, diving into component anatomy, why you might use components, proper naming conventions, dynamic content, and dividing your page into components. Next he discusses props and all of the fancy ways you can use props, from prop drilling, to spread operators, children, etc. Chapter 4 covers Events and state at length, spending over 30 pages on the concept, with plenty of examples and several links to supplementary resources for the beginner. Chapter 5 looks into rendering lists and conditional content, covering concepts such as keys and maps. Each chapter ends with a brief quiz to test your knowledge as well as a challenge project that builds upon the previous chapter, making sure any beginner can test themselves before moving on to more advanced topics. I loved these chapters so much that I have already purchased the complete copy, which I intend to read fully and afterwards I will update this review with more specific observations. If you are a novice developer or even a more intermediate one moving from another framework, I highly recommend this book and suggest it become a well-worn book on your bookshelf. It will serve as a great reference & learning tool for anyone diving into the world of React.
P**L
Very good and brief of main react concepts
Great book with good description of main react concepts and useful practical lesson to understand and learn material better.
J**I
Pédagogie et mise à jour React-18
Les points positifs: Déroulement de l'enseignement de React bien pensé, dans le sens où le lecteur peut vérifier ce qu'il apprend tout en apprenant dans une logique basée sur le pragmatisme de ce que l'on construit d'abord et dans l'ordre où on le construit: on apprend ce qu'est la libraire Javascript React, ce qu'est un composant, comment on prend en charge les "props", les évènements à la façon Javascript puis React en expliquant pourquoi on fait ainsi, via les "hook" de base, et le style, etc.... petit à petit, on apprend les autres "Hook" de façon utile et logique dans le déroulement de l'apprentissage. De plus, c'est un apprentissage qui tient compte en 2023 de la dernière version majeure de React (la 18, mais ça devrait être écrit de façon plus visible un peu partout, et dès le départ) et dans son style de Composant Fonctions (et non plus Classes). Enfin, c'est très bien expliqué (parfois un peu trop en longueur, mais c'est parce que je connais déjà bien React que ça me fait cet effet). Et avec une syntaxe de code qui suit les standards usuels modernes de Javascript (ce qui est agréable à lire comme code) et un souci de la clarté d'écriture du code (pas forcément de l'algo le plus fou fou, mais c'est autre chose). Vraiment, ce livre peu s'adresser à un débutant en React et un niveau moyen voir faible en Javascript (ça suffit je pense pour suivre). Le point négatif, c'est qu'il n'est pas ou presque pas aborder la partie SSR de l'utilisation de React en version 18 (puisque elle est très spécifique et qu'il est difficile de trouver beaucoup d'exemples et de tutos sur ce sujet principalement... surtout si on compte utiliser un plugin de template html pour l'envoyer côté serveur, chose compliquée avec React-18 qui mériterait un bon chapitre sur le sujet). Si il y avait beaucoup de bons livres de code sur React.js, j'aurais mis 4 étoiles pour cet oubli, mais comme il y a peu de livres sur React.js-18 et que celui-ci est bien fait dans son ensemble, je suis sympa, je met 5 étoiles. Franchement, je suis difficile parce que ça fait longtemps que je programme et il devient difficile de lire des bons livres de code depuis quelques années (on dirait que la médiocrité est devenu une norme). Celui-ci est un bon livre que je conseil, c'est un très bon travail et surtout, écrit de façon très pédagogue. Bravo.
S**R
good reference book
good book...
Trustpilot
2 months ago
3 weeks ago