Skip to main content

Module federation

Overview

Module Federation is a feature introduced in Webpack 5 that enables developers to break monolithic applications into smaller, more manageable pieces. These pieces, often referred to as "micro-frontends," can be developed, deployed, and updated independently, allowing for greater flexibility, scalability, and faster development cycles.

In this part of the documentation, we will present public remote modules that can be used in any application, along with all the information required to successfully load these modules.

For more details you should visit detailed module federation documentation.