A hands-on guide to help you develop skills and confidence in building and structuring React applications in a well-organized way using the best tools in the React ecosystem Building large-scale applications in production can be overwhelming with the amount of tooling choices and lack of cohesive resources. To address these challenges, this hands-on guide covers best practices and web application development examples to help you build enterprise-ready applications with React in no time. Throughout the book, you'll work through a real-life practical example that demonstrates all the concepts covered. You'll learn to build modern frontend applications―built from scratch and ready for production. Starting with an overview of the React ecosystem, the book will guide you in identifying the tools available to solve complex development challenges. You'll then advance to building APIs, components, and pages to form a complete frontend app. The book will also share best practices for testing, securing, and packaging your app in a structured way before finally deploying your app with scalability in mind. By the end of the book, you'll be able to efficiently build production-ready applications by following industry practices and expert tips. This book is for intermediate-level web developers who already have a solid understanding of JavaScript, React, and web development in general and want to build large-scale React applications effectively. Beginner-level TypeScript experience, along with JavaScript and React, will be beneficial.
It's a quick read, since most was not new to me. I can definitely tell that the author is very skilled and knows how to build apps. It's just unfortunate to have picked NextJS in this. I was expecting more a real React way, not using a meta framework. The title and subtitle also don't indicate anything else than pure React.
I enjoyed the book overall and have picked a couple interesting ideas out of it. It also covers some basic concepts, so beginner friendly. For me the most interesting part and why I picked it up was the API mocking. I was happy to read that part, although wished it was using Vitest instead of Jest. But in the end they both use sinonjs anyway so all good. I will definitely try out MSW in my next project. Thanks