Micro frontend
Appearance
Microfrontend or Module Federation[1] is a pattern in front-end development where a single application can be built from different separate builds.[2]
These different builds should not depend on each other, so they can be developed and deployed individually.
The Webpack team first presented this concept as a plugin for the Webpack Bundler.[citation needed]
Later this concept was implemented in other tools like Vite[3][4] and Rollup.
- ^ "Module Federation". webpack. Retrieved 2022-08-29.
- ^ "Micro Frontends". martinfowler.com. 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.