You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/en/guide/advanced/module-federation.mdx
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,32 +10,33 @@ Module Federation is a JavaScript application divide-and-conquer architecture pa
10
10
11
11
Module federation has some typical usage scenarios, including:
12
12
13
-
Allows independent applications (called "Micro-Frontend" in the Micro-Frontend architecture) to share modules without having to recompile the entire application.
14
-
Different teams work on different parts of the same application without having to recompile the entire application.
15
-
Dynamic code loading and sharing between applications at runtime.
16
-
Module federation can help you:
13
+
- Allows independent applications (called "Micro-Frontend" in the Micro-Frontend architecture) to share modules without having to recompile the entire application.
14
+
- Different teams work on different parts of the same application without having to recompile the entire application.
15
+
- Dynamic code loading and sharing between applications at runtime.
16
+
17
+
Module Federation can help you:
17
18
18
19
- Reduce code duplication
19
20
- Improve code maintainability
20
21
- Reduce the overall size of the application
21
22
- Improve application performance
22
23
23
-
## Quick access
24
+
## Quick Start
24
25
25
-
First install the Module Federation Rsbuild Plugin (Rslib is built on Rsbuild)
26
+
First install the Module Federation Rsbuild Plugin (Rslib is based on Rsbuild).
0 commit comments