Concepts
Understand more about Module Federation with NX
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.
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.
Micro Frontend Architecture
Explore how Nx supports Micro Frontend architecture with Module Federation, enabling independent deployment while managing associated challenges.
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.