Jump to content

Micro frontend

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rusya13 (talk | contribs) at 07:28, 29 August 2022 (Rusya13 moved page User:Rusya13/sandbox to Module Federation: New page about developer concept for the frontend). 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.