Video description
You can base your Micro Frontends directly off the examples in the book!
Barnaby Norman, Frontend Developer
Browser-based software can quickly become complex and difficult to maintain, especially when it's implemented as a large single-page application. By adopting the micro frontends approach and designing your web apps as systems of features, you can deliver faster feature development, easier upgrades, and pick and choose the technology you use in your stack. Micro Frontends in Action is your guide to simplifying unwieldy frontends by composing them from small, well-defined units.
about the technology
Micro frontends deliver the same flexibility and maintainability to browser-based applications that microservices provide for backend systems. You design your project as a set of standalone components that include their own interfaces, logic, and storage. Then you develop these mini-applications independently and compose them in the browser.
about the book
Micro Frontends in Action teaches you to apply the microservices approach to the frontend. You’ll start with the core micro frontend design ideas. Then, you'll build an e-commerce application, working through practical issues like server-side and client-side composition, routing, and maintaining a consistent look and feel. Finally, you'll explore team workflow patterns that maximize the benefit of developing application components independently.
what's inside
- Create a unified frontend from independent applications
- Combine JavaScript code from multiple frameworks
- Browser and server-side composition and routing
- Implement effective dev teams and project workflow
about the audience
For web developers, software architects, and team leaders.
about the author
Michael Geers is a software developer specializing in building user interfaces.
An excellent starting point to understand how to introduce micro frontends in your projects.
Potito Coluccelli
Expert practical advice for robust frontend development. The final piece of the micro puzzle!
Adail Retamal, Cubic Transportation Systems
A very concise and logically structured introduction to implementing a micro frontends team infrastructure.
Tanya Wilke, Sanlam
A definitive guide for applying micro frontends architecture to any existing UI technology.
Karthikeyarajan Rajendran, Johnson Controls India
NARRATED BY SARAH DAWE
Table of Contents
Part 1. Getting started with micro frontends
Chapter 1. What are micro frontends?
Chapter 2. My first micro frontends project
Part 2. Routing, composition, and communication
Chapter 3. Composition with Ajax and server-side routing
Chapter 4. Server-side composition
Chapter 5. Client-side composition
Chapter 6. Communication patterns
Chapter 7. Client-side routing and the application shell
Chapter 8. Composition and universal rendering
Chapter 9. Which architecture fits my project?
Part 3. How to be fast, consistent, and effective
Chapter 10. Asset loading
Chapter 11. Performance is key
Chapter 12. User interface and design system
Chapter 13. Teams and boundaries
Chapter 14. Migration, local development, and testing This chapter covers: