Confidently implement React in your next project with this in-depth overview of React's core features – now updated for React 19.
Purchase of the print or Kindle book includes a free PDF ebook and bonus content.
“If you want to learn React, I highly recommend that you consider this book.” - Nikki Siapno, Engineering Manager at Canva
“This book is refreshingly practical and does an excellent job covering both fundamentals and advanced concepts.” - Mayank Ahuja, Technology Specialist
“I'm on my way to finishing the book, and I've refreshed many React concepts, improved others and learned something new!” - Luca Del Puppo, Microsoft MVP & Google Developer Expert
Key FeaturesWork through clear, concise explanations of core React 19 functionalitiesComplete practical exercises that challenge you to build your own simple appsDiscover full-stack React with Next.js, React Server Components, Suspense, and moreBook DescriptionBestselling instructor, Max Schwarzmüller has written this quick-start reference that distils the core concepts of React. Simple explanations, relevant examples, and step-by-step derivations make this guide the ideal resource for busy developers. In this second edition, Max guides you through changes brought by React 19, including the new use() hook, form actions, and how to think about React on the server.
This book will support you through your next React projects in giving you a behind-the-scenes understanding of the framework – whether you've just finished Max's video course and are looking for a handy reference, or you’re using a variety of other learning materials and need a single study guide to bring everything together.
You’ll find full solutions to all end-of-chapter quizzes and exercises in the book’s GitHub repository.
What you will learnBuild modern, user-friendly, and reactive web appsCreate components and utilize props to pass data between themHandle events, perform state updates, and manage conditional contentAdd styles dynamically and conditionally for modern user interfacesUse advanced state management techniques such as React's Context APIUtilize React Router to render different pages for different URLsUnderstand key best practices and optimization opportunitiesLearn about React Server Components and Server ActionsWho this book is forThis 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 other courses.
To get the most value from this book, you should have a basic understanding of the fundamentals of JavaScript, HTML, and CSS.
Table of ContentsReact – What and WhyUnderstanding React Components and JSXComponents and PropsWorking with Events and StateRendering Lists and Conditional ContentStyling React AppsPortals and RefsHandling Side EffectsHandling User Input & Forms with Form ActionsBehind t
Maximilian Schwarzmüller needs no introduction: his React video course is probably the most famous and well-known in the field. I had always hoped for a paper version of his work, and when he finally announced the publication of this book, I imagined he would pour his talent for explaining concepts and his technical expertise into the written text—and that’s exactly what he’s done. The book is written in a clear manner and, while thorough, it uses simple and accessible language (those familiar with the author will know what I mean).
Because, let’s face it, knowing a technical subject well and being able to communicate it effectively—explaining it in a way that makes sense—are two very different things. Personally, I think this book achieves both goals beautifully.
Here’s what I liked:
✅ Even though the author himself recommends it for those who already have a basic understanding of React, I believe it’s equally suitable for both beginners and more experienced developers. I personally have very minimal knowledge of React, yet I’ve had no trouble following along. However, it’s essential to already have some foundational knowledge of HTML, CSS, and JavaScript (these topics aren’t covered in the book). Additionally, and I think this is a particularly exciting innovation, the book comes with links to cheat sheets for each chapter and videos from the author himself.
✅ The book is super up-to-date, covering React 19 (Maximilian himself mentioned in a YouTube video that the book's release was postponed multiple times until React 19 was officially released to ensure all the content was accurate). And it’s all there: components, props, events and state, styling, hooks, server-side rendering, Next.js—you name it. Everything you need for 99% of projects is explained in this book.
✅ It’s rich in theory, but also practical. Theoretical concepts can get a bit tedious after a while, so at the end of each chapter, there are Activities—small, truly engaging projects to put into practice what you’ve learned so far. (These can even serve as inspiration for your own projects...)
🟥 Is there anything I didn’t like? ... Umm, nope.
In conclusion, given how the book is structured, how the topics are illustrated with detailed explanations and accompanied by practical examples, the inclusion of concrete projects to build, conceptual takeaways, and questions to test your knowledge, this book is undoubtedly one of the best for learning and excelling in React. Whether you’re starting from scratch or looking to update your knowledge with React’s latest features, this book is perfect.
I fell in love with this book and React, not sure what came first, but this is not my first book I have on React. This one is more for for quickly grasping on the React concept, at least was advertised so, well it seemed so, but actually it offers a lot more: - well done intro into React so you would understand its design principals - Master handling events and state - a have to and it is well covered, at least enough to make an SPA - Styling - who will accept a skeleton app only? It has it covered, too - Direct DOM access, I think many books do not explain it well, or do not spend enough time at. It is my personal fave. I encountered very much needed because often required - Optimization - yeah glad it was bought up. Do it at a later stages, but do it - Server Actions are also well done Some items could improve as the chapter on React Router, for some reason I had a harder time to go around about, and custom hooks, it is just too novel for me or a tad of a foreign concept to me. Anyways, every framework has its own hard and shiny points, I will not be too harsh on the excellent author. I did like the material.