Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications
npx skills add https://github.com/module-federation/core --skill mfInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
You can consider the module federation capabilities provided by this repository as "module federation 2.0". "Module Federation 2.0" differs from the "Module Federation" built into webpack 5 by offering not only the core features of module export, loading, and dependency sharing but also additional dynamic type hinting, a "Manifest", a "Federation Runtime", and a "Runtime Plugin System". These features make "Module Federation" more suitable for use as a micro-frontend architecture in large-scale web applications.
Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications
Module Federation can be used to split monolithic applications into micro-front-end architectures
Module Federation reuses common dependencies between modules as much as possible
To get started with Module Federation, see the Quick Start.
Come and chat with us on Discussions or Discord! The Module federation team and users are active there, and we're always looking for contributions.
New contributors welcome!
Please read the Contributing Guide.
This repo has adopted the Code of Conduct. Please check Code of Conduct for more details.