Tooling Independent Micro Frontends with Module Federation

Tickets

Event map

Schedule

July 22nd, 2024

3:00pm – 7:00pm CEST
Day 1

July 23rd, 2024

3:00pm – 7:00pm CEST
Day 2

Additional Information

In this interactive workshop, you learn to build Micro Frontends using Module Federation without being restricted to the tooling. We start by looking at Module Federation v1 using Webpack - just to progress into Module Federation v2 and its changes. We then show how Module Federation can be used in rspack and Webpack before we look into esbuild and Vite. With each tooling we'll see how the reliance on Module Federation gets more and more decoupled from the tooling, allowing us to make choices on our own.

Target audience: JavaScriptDevelopers

Prerequisites

  • Node in current LTS version
  • Git Commandline Client
  • Editor, e.g. Visual Studio Code (free) or WebStorm/IntelliJ (commercial)


Goals

  • Being able to build and integrate Micro Frontends using module Federation
  • Being able to use other bundlers than Webpack 5 for the Micro Frontends
  • Knowing the differences between Module Federation v1 and v2