Please log in to watch this conference skillscast.
The implementation of micro frontends has, so far, been anything but easy. Since common frameworks and build tools didn't even know this idea, you had to dig into the tricks bag. Module Federation offered by Webpack 5 initiates a crucial change of direction here. It allows you to load separately compiled applications at runtime, and to share libraries between them. As webpack is used together with mainly all frontend frameworks nowadays, Module Federation is going to become widespread. In this session, you will learn how to use this mechanism to create micro frontends with Angular. Besides the default scenarios, we also look into dynamic Module Federation, sharing libraries, and dealing with version mismatches. At the end of the session, you will know how to use Module Federation in your projects and what the consequences are.
YOU MAY ALSO LIKE:
The Microfrontend Revolution: Webpack 5 Module Federation
Manfred Steyer
Google Developer Expert focusing on Angular