Faster Builds with Module Federation
Learn how Module Federation in Nx enables faster builds by splitting large SPAs into smaller remote applications while minimizing common downsides.
Manage Library Versions with Module Federation
Learn how Module Federation's Shared API prevents dependency conflicts and reduces bundle size by managing shared library versions across federated modules.
Module Federation and Nx
Learn how Nx provides out-of-the-box support for Module Federation, making it easier to share code between applications in a monorepo environment.
Nx Module Federation Technical Overview
Understand the technical details of how Nx implements Module Federation through executors and webpack configuration utilities.
Micro Frontend Architecture
Micro frontends split a web app into independently deployed modules. Learn when to use them, when not to, and how to build them with Module Federation.