Manfred Steyer

The Microfrontend Revolution- Using Webpack 5 Module Federation with Angular

Microfrontends were an idea ahead of their time, like da Vinci's helicopter. Discover the modern tool that finally makes them a reality for Angular developers.

The Microfrontend Revolution- Using Webpack 5 Module Federation with Angular
#1about 4 minutes

The historical challenge of building micro frontends

Micro frontends break large applications into smaller, independently deployable parts, but loading them into a unified shell has historically been difficult.

#2about 5 minutes

Understanding Webpack 5 Module Federation concepts

Module Federation enables loading separately compiled code at runtime by defining host and remote roles, exposing modules, and sharing common dependencies.

#3about 4 minutes

Using custom builders to integrate with Angular CLI

A custom Angular CLI builder is required to inject the Module Federation configuration into the underlying Webpack build process.

#4about 6 minutes

Demo: Setting up the project for Module Federation

The demonstration begins by addressing the Webpack 5 requirement in an Angular 11 project using a Yarn resolution and then adding the necessary plugin.

#5about 4 minutes

Demo: Configuring the remote micro frontend application

The remote application's Webpack config is adjusted to expose specific Angular modules and define shared dependencies to avoid duplication.

#6about 4 minutes

Demo: Configuring the host shell for lazy loading

The shell application is configured to map the remote micro frontend and uses a standard lazy-loaded route to import it at runtime.

#7about 3 minutes

Demo: Running and verifying the micro frontend integration

The shell and micro frontend are served simultaneously, demonstrating successful runtime loading and dependency sharing as verified in the browser's network tab.

#8about 2 minutes

Understanding the roadmap for production use

While Webpack 5 is production-ready, official Angular CLI integration is expected in version 12, making the current approach an experimental opt-in for prototyping.

#9about 2 minutes

Key takeaways and resources for further learning

Module Federation is a key enabler for micro frontends and plugin-based architectures, providing a straightforward way to load separately compiled code.

Related jobs
Jobs that call for the skills explored in this talk.

Featured Partners

Related Articles

View all articles
BR
Benjamin Ruschin
The HTML Elements That You’re Probably Over-Engineering
As frameworks have become more and more commonplace in the world of web development, so too has the over-engineering of features made possible by our humble old friend, HTML. The mental models that come with using state management in React, Vue and o...
The HTML Elements That You’re Probably Over-Engineering
DC
Daniel Cranney
Exploring TypeScript: Benefits for Large-Scale JavaScript Projects
JavaScript is the backbone of web development, powering everything from small websites to large-scale enterprise applications. However, as projects grow in complexity, maintaining JavaScript code can become increasingly difficult. This is where TypeS...
Exploring TypeScript: Benefits for Large-Scale JavaScript Projects
CH
Chris Heilmann
Building a "shoutout" component in plain HTML/CSS/JavaScript
Every Wednesday we meet at noon to talk about a lot of tech news, tools and resources in something we call WeAreDevelopers Live . We go live on YouTube and afterwards we cut out short videos to post on social media. What we needed was an obvious “sho...
Building a "shoutout" component in plain HTML/CSS/JavaScript

From learning to earning

Jobs that call for the skills explored in this talk.