Micro frontend
Appearance
Module federation
Module Federation[1] is a concept in front-end development where a single application can be built from different separate builds.
These different builds should not depend on each other, so they can be developed and deployed individually.
This is also known as Micro-Frontends.
The Webpack team first presented this concept as a plugin for the Webpack Bundler.
Later this concept was implemented in other tools like Vite[2][3] and Rollup.
- ^ "Module Federation". webpack. Retrieved 2022-08-29.
- ^ "Vite Javascript. Build tool. Vite vs Webpack". Ruslan rocks. Retrieved 2022-08-29.
- ^ "Vite Module Federation (vite-plugin-federation)". Ruslan rocks. Retrieved 2022-08-29.