React Practice

React apps do not use one fixed React-specific Module Federation plugin. Choose the integration based on the bundler used by your project first, then use these React scenario guides.

Project typeRead next
RsbuildRsbuild
RslibRslib
RspackRspack
WebpackWebpack
ViteVite
Runtime remote loadingRuntime Installation

If you need to load remote React components, continue with Bridge. If remote components need data fetching, data cache, or prefetch, continue with Data Management.

Examples