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: libs/native-federation/README.md
+3-95Lines changed: 3 additions & 95 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,103 +387,11 @@ This option was introduced with version 19.0.14.
387
387
388
388
#### Shell reloading when MFE finishes building for local development
389
389
390
-
During development, you might want your shell application to automatically reload when a remote Micro Frontend finishes rebuilding. This is especially useful when you're developing multiple applications simultaneously and want to see changes immediately without manual refresh.
390
+
Native Federation provides automatic shell reloading when remote Micro Frontends finish rebuilding during development. This feature eliminates manual page refreshes and significantly improves the development experience when working with multiple applications simultaneously.
391
391
392
-
Native Federation provides a **build notifications system** that enables automatic page reloads when federation artifacts are rebuilt.
392
+
For complete implementation details, configuration options, please refer to the article:
393
393
394
-
##### Configuration
395
-
396
-
**1. Enable build notifications in the remote MFE**
397
-
398
-
In your remote's `angular.json`, add the `buildNotifications` configuration:
This feature significantly improves the development experience by eliminating manual page refreshes and ensuring your shell always reflects the latest changes from your remote micro frontends.
394
+
**📖 [Fixing DX Friction: Automatic Shell Reloading in Native Federation](https://www.angulararchitects.io/en/blog/fixing-dx-friction-automatic-shell-reloading-in-native-federation/)**
0 commit comments