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:08, 29 August 2022 (expand and add reference). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

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