Part 3: Bee Brood – Implementation Details
In this part, you will gain in-depth knowledge for almost all remaining questions on actual micro frontend implementations. You will be able to efficiently share dependencies, isolate styling, secure your application, as well as distribute and aggregate micro frontends in a central service – all with modern standards and best practices in mind.
This part covers the following chapters:
- Chapter 12, Sharing Dependencies with Module Federation
- Chapter 13, Isolating CSS
- Chapter 14, Securing the Application
- Chapter 15, Decoupling Using a Discovery Service