Advanced Micro Frontends: Multi-Version and Multi-Framework Scenarios
How can you safely run different frameworks and versions in one app? This talk reveals the advanced micro frontend architecture that makes it possible.
#1about 2 minutes
Understanding micro frontends and team autonomy
Micro frontends split a large application into independent parts to give teams autonomy and restore the agility of a small team.
#2about 3 minutes
Integrating micro frontends with module federation
Module federation enables a shell application to dynamically load remote micro frontends at runtime and share common library dependencies.
#3about 3 minutes
Navigating multi-version and multi-framework challenges
Independent teams, company mergers, or gradual migrations can lead to multiple framework versions, which may cause conflicts due to private API dependencies.
#4about 5 minutes
Using web components to abstract framework details
Wrapping micro frontends in web components creates a standardized, framework-agnostic abstraction layer for easier integration.
#5about 3 minutes
Loading abstracted components with module federation
Exposing web components via module federation allows the shell to dynamically load them while sharing dependencies when versions match or loading new versions on demand.
#6about 4 minutes
Demonstrating a multi-version and multi-framework app
A live demonstration shows an application integrating different versions of Angular, React, Vue, and AngularJS, highlighting challenges like nested routing.
#7about 2 minutes
Considering alternatives to micro frontends
Alternative architectures like monoliths, monorepos, or using iframes involve trade-offs between team autonomy and managing version complexity.
#8about 2 minutes
Understanding the organizational cost of this architecture
Adopting a micro frontend architecture requires a dedicated platform team to provide guidelines, helper functions, and workarounds for stream-aligned teams.
#9about 2 minutes
Key takeaways for building multi-version frontends
The solution combines web components for abstraction, federation for dynamic loading, and a platform team for support to successfully manage multi-version architectures.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
04:34 MIN
Conclusion and key takeaways on micro frontends
Micro Frontends with Module Federation: Why and How?
05:24 MIN
The role of micro-frontends in scaling development teams
Micro-Frontends with Module Federation: Beyond the Basics
13:10 MIN
Audience Q&A on practical micro-frontend challenges
Micro-frontends anti-patterns
02:27 MIN
Understanding the core challenge of micro frontend integration
Native Federation: The Future of Micro Frontends and Plugin-Systems in Angular
02:47 MIN
The primary reasons for adopting micro frontends
Micro Frontends with Module Federation: Why and How?
04:06 MIN
The historical challenge of building micro frontends
The Microfrontend Revolution- Using Webpack 5 Module Federation with Angular
02:17 MIN
Key takeaways for successfully adopting micro frontends
Front-End Micro Apps
02:54 MIN
Avoiding the multi-framework trap in micro-frontends
Micro Components - a different approach to a simpler component-based webThere has been a lot of heated discussion lately in the web community about component based development. One side argued that Web Components are a standard we should follow whereas others complained that they still lag behind in what frameworks offer...
Luis Minvielle
The Best 7 Frontend Frameworks for Developers in 2025Which frontend frameworks should developers focus on in 2025? We’re listing them for you and showing advantages and drawbacks. You’ll notice we included some libraries as well, because you can’t miss those in 2025.What is the best front end framework...
Benedikt Bischof
Why You Shouldn’t Build a Microservice ArchitectureWelcome to this issue of the WeAreDevelopers Live Talk series. This article recaps an interesting talk by Michael Eisenbart who talks about the pros and cons of microservice architecture.About the speaker:Michael has been working for Bosch as a sof...