logologo
Guide
Practice
Configuration
Plugins
Showcase
Blog
Ecosystem
Module Federation Examples
Practical Module Federation
Zephyr Cloud
Nx
简体中文
English
Guide
Practice
Configuration
Plugins
Showcase
Blog
Module Federation Examples
Practical Module Federation
Zephyr Cloud
Nx
简体中文
English
logologo

Getting Started

Introduction
Setting Up the Environment
Quick Start Guide
Feature Navigation
Glossary of Terms
npm Packages

basic

Runtime

Runtime Access
Runtime API
Runtime Hooks
Rsbuild Plugin
Rspack Plugin
Webpack Plugin
Rspress Plugin
Vite Plugin
Metro
Type Hinting
Command Line Tool
Style Isolation

Data Solution

Data Fetching
Data Caching
Prefetch

Frameworks

Modern.js
Next.js

Deployment

Deploy with Zephyr Cloud

Debug

Enable debug mode
Chrome DevTools
Global variables

Troubleshooting

Overview

Runtime

RUNTIME-001
RUNTIME-002
RUNTIME-003
RUNTIME-004
RUNTIME-005
RUNTIME-006
RUNTIME-007
RUNTIME-008
RUNTIME-009

Build

BUILD-001
BUILD-002

Type

Overview
TYPE-001
Other
Edit this page on GitHub
Previous PageGlobal variables
Next PageRUNTIME-001

#Overview

Module Federation currently provides Build Tools, Runtime API, Type Hints and Debugging Tools. In order to locate the corresponding problems faster, we classify error messages. Divide them into the following categories:

  • Runtime
  • Type
  • Build
  • Debugging tools

And for the information thrown internally, specific error codes will be given. The error code consists of the error type and ID (such as RUNTIME-001). You can find the specified page based on the error code to learn about the cause and solution of the error.

For common problems when using third-party packages, we have placed them in the Other chapter, such as high-frequency React multi-instance problems, etc.