Tooling Independent Micro Frontends with Module Federation
Visit https://conference.microfrontends.cloud/2024/workshops/agnostic-federation for more information on the workshop.
Tickets
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