Feature Navigation

Here, you will discover the key functionalities offered through Module Federation. This version of Module Federation, distinct from those integrated into Webpack and Rspack, leverages the advanced features of the bundler tool. It offers enhanced capabilities designed to fulfill more demanding requirements of large-scale application development.

Basic

FeatureDescription
Federation RuntimeCapable of operating independently of build plugins: registering remote modules, consuming remote modules, registering shared dependencies
Webpack PluginSupports consuming and generating remote modules with Webpack
Rspack PluginSupports consuming and generating remote modules with Rspack
TypeScript HintsSupports dynamic module type hints and remote types

Frameworks

FeatureDescription
Next.jsProvides Module Federation SSR capabilities to Next.js