-
Book Overview & Buying
-
Table Of Contents
Building Micro Frontends with React 18
By :
Building Micro Frontends with React 18
By:
Overview of this book
Although deservedly popular and highly performant tools for building modern web applications, React and single-page applications (SPAs) become more and more sluggish as your applications and teams grow. To solve this problem, many large web apps have started to break down monolith SPAs into independently deployable smaller apps and components—a pattern called micro frontends. But micro frontends aren't a perfect solution, but rather a double-edged sword. This book teaches you how to architect and build them with the right principles to reap all the benefits without the pitfalls.
This book will take you through two patterns of building micro frontends, the multi-SPA pattern and the micro apps pattern. You’ll find out which patterns to use and when, as well as take a look at the nuances of deploying these micro frontends using cloud-native technologies such as Kubernetes and Firebase. With the help of this book, you’ll gain an in-depth understanding of state management, solving problems with routing, and deployment strategies between the different micro frontends.
By the end of this book, you’ll have learned how to design and build a React-based micro frontend application using module federation and deploy it to the cloud efficiently.
Table of Contents (19 chapters)
Preface
Part 1: Introduction to Microfrontends
Chapter 1: Introducing Microfrontends
Chapter 2: Key Principles and Components of Microfrontends
Chapter 3: Monorepos versus Polyrepos for Microfrontends
Part 2: Architecting Microfrontends
Chapter 4: Implementing the Multi-SPA Pattern for Microfrontends
Chapter 5: Implementing the Micro-Apps Pattern for Microfrontends
Chapter 6: Server-Rendered Microfrontends
Part 3: Deploying Microfrontends
Chapter 7: Deploying Microfrontends to Static Storage
Chapter 8: Deploying Microfrontends to Kubernetes
Part 4: Managing Microfrontends
Chapter 9: Managing Microfrontends in Production
Chapter 10: Common Pitfalls to avoid when Building Microfrontends
Part 5: Emerging Trends
Chapter 11: Latest Trends in Microfrontends
Index