Jump to content

Micro frontend

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AndreJustAndre (talk | contribs) at 09:07, 29 August 2022 (Andrevan moved page Module Federation to Microfrontend: more common industry term for this). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

  1. ^ "Module Federation". webpack. Retrieved 2022-08-29.
  2. ^ "Vite Javascript. Build tool. Vite vs Webpack". Ruslan rocks. Retrieved 2022-08-29.
  3. ^ "Vite Module Federation (vite-plugin-federation)". Ruslan rocks. Retrieved 2022-08-29.