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.
Micro Frontend Architecture
Explore how Nx supports Micro Frontend architecture with Module Federation, enabling independent deployment while managing associated challenges.
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.
Creating a Module Federation Host
Learn how to generate and configure a host application for Module Federation in React and Angular using Nx generators.
Creating a Module Federation Remote
Learn how to generate and configure a remote application for Module Federation in React and Angular using Nx generators.
Federate a Module
Learn how to share code between applications at runtime using Module Federation in Nx, including creating and configuring modules to be federated in React and Angular applications.
NxModuleFederationDevServerPlugin
Details about the NxModuleFederationDevServerPlugin and NxModuleFederationSSRDevServerPlugin
NxModuleFederationPlugin
Details about the NxModuleFederationPlugin
Using Tailwind CSS with Module Federation
Learn how to configure Tailwind CSS so that classes used in remote applications are properly compiled by the host application.