From 91cb728d88c8da767ba58acb46c9e58b68b1a127 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 10 Mar 2025 12:00:00 +0800 Subject: [PATCH 001/204] docs: [Aiden] Initialize README with title for 3000-home (Optimization) --- apps/3000-home/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/3000-home/README.md diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md new file mode 100644 index 00000000000..5648b226b73 --- /dev/null +++ b/apps/3000-home/README.md @@ -0,0 +1,3 @@ +# 3000-home + +This is the example application for Module Federation core. From fdc54213b1136d20839505e112a0deecab606594 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 11 Mar 2025 12:00:00 +0800 Subject: [PATCH 002/204] docs: [Aiden] Add description section for 3000-home (Optimization) --- apps/3000-home/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md index 5648b226b73..8348791acd3 100644 --- a/apps/3000-home/README.md +++ b/apps/3000-home/README.md @@ -1,3 +1,8 @@ # 3000-home This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From e2a2955083bb66962bdc3415f466e01058a0d4ae Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 13 Mar 2025 12:00:00 +0800 Subject: [PATCH 003/204] docs: [Aiden] Add prerequisites and features for 3000-home (Optimization) --- apps/3000-home/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md index 8348791acd3..9bbe12baa10 100644 --- a/apps/3000-home/README.md +++ b/apps/3000-home/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From cdb18ab0154d74f0a6d43f1ef0788affa4686dda Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 17 Mar 2025 12:00:00 +0800 Subject: [PATCH 004/204] docs: [Aiden] Add installation guide for 3000-home (Optimization) --- apps/3000-home/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md index 9bbe12baa10..e0a76c63bbb 100644 --- a/apps/3000-home/README.md +++ b/apps/3000-home/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 4d36c0b30b6ca7413f578515868c3c621835d45c Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 18 Mar 2025 12:00:00 +0800 Subject: [PATCH 005/204] docs: [Aiden] Add available scripts for 3000-home (Optimization) --- apps/3000-home/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md index e0a76c63bbb..b755e52f940 100644 --- a/apps/3000-home/README.md +++ b/apps/3000-home/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From d00bfbde6ae770147f34e4cfa222b1a06be8f5cc Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 19 Mar 2025 12:00:00 +0800 Subject: [PATCH 006/204] docs: [Aiden] Add running instructions for 3000-home (Optimization) --- apps/3000-home/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md index b755e52f940..a741ae04d56 100644 --- a/apps/3000-home/README.md +++ b/apps/3000-home/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From e92d0e6bf1d13797cacae9efbb7f76f39711e69e Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 20 Mar 2025 12:00:00 +0800 Subject: [PATCH 007/204] docs: [Aiden] Add build instructions for 3000-home (Optimization) --- apps/3000-home/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md index a741ae04d56..a838b0eb320 100644 --- a/apps/3000-home/README.md +++ b/apps/3000-home/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From e1c4b15cc5a55095e3c7dbf83638d210d65f186d Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 21 Mar 2025 12:00:00 +0800 Subject: [PATCH 008/204] docs: [Aiden] Add configuration section for 3000-home (Optimization) --- apps/3000-home/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md index a838b0eb320..aebd751ea71 100644 --- a/apps/3000-home/README.md +++ b/apps/3000-home/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 9615f1e4b2e650c7403ef290ddfe9dfc9b60cc3a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 25 Mar 2025 12:00:00 +0800 Subject: [PATCH 009/204] chore: [Aiden] Update package.json description for 3000-home (Optimization) --- apps/3000-home/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/3000-home/package.json b/apps/3000-home/package.json index 129a1d8c720..093d857a4ba 100644 --- a/apps/3000-home/package.json +++ b/apps/3000-home/package.json @@ -1,7 +1,7 @@ { "name": "@module-federation/3000-home", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for 3000-home", "dependencies": { "@ant-design/cssinjs": "^1.21.0", "antd": "5.19.1", From c45ceb03c3676f18d449d42d476dc6220c940ac5 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 27 Mar 2025 12:00:00 +0800 Subject: [PATCH 010/204] docs: [Aiden] Add links and badges for 3000-home (Optimization) --- apps/3000-home/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md index aebd751ea71..08f48cc9746 100644 --- a/apps/3000-home/README.md +++ b/apps/3000-home/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 8d8966ce7f711c93f8f1310c11219bd86ea5fc35 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 31 Mar 2025 12:00:00 +0800 Subject: [PATCH 011/204] docs: [Aiden] Add troubleshooting notes for 3000-home (Optimization) --- apps/3000-home/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md index 08f48cc9746..a6774984b9a 100644 --- a/apps/3000-home/README.md +++ b/apps/3000-home/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 15c49c53c1ca3f4576d9cac5fc64c5f7de5bf49e Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 1 Apr 2025 12:00:00 +0800 Subject: [PATCH 012/204] docs: [Aiden] Final README polish for 3000-home (Optimization) --- apps/3000-home/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md index a6774984b9a..bd79f1acc26 100644 --- a/apps/3000-home/README.md +++ b/apps/3000-home/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From 6aa354bb765d9587c2a6fe284bc4c4541b8db64c Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 2 Apr 2025 12:00:00 +0800 Subject: [PATCH 013/204] docs: [Aiden] Initialize README with title for 3001-shop (Optimization) --- apps/3001-shop/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/3001-shop/README.md diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md new file mode 100644 index 00000000000..1ee272fe3a9 --- /dev/null +++ b/apps/3001-shop/README.md @@ -0,0 +1,3 @@ +# 3001-shop + +This is the example application for Module Federation core. From a5890f366f2ae724502d5e84302eaf623840a40d Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 3 Apr 2025 12:00:00 +0800 Subject: [PATCH 014/204] docs: [Aiden] Add description section for 3001-shop (Optimization) --- apps/3001-shop/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md index 1ee272fe3a9..fd222001bdf 100644 --- a/apps/3001-shop/README.md +++ b/apps/3001-shop/README.md @@ -1,3 +1,8 @@ # 3001-shop This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From 01c7dbd1bf382da7126fdb889859014a67976ec1 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 4 Apr 2025 12:00:00 +0800 Subject: [PATCH 015/204] docs: [Aiden] Add prerequisites and features for 3001-shop (Optimization) --- apps/3001-shop/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md index fd222001bdf..7d2459bb690 100644 --- a/apps/3001-shop/README.md +++ b/apps/3001-shop/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From 3cab187734f0e62c478a655bc4c3bb7c66f8e3a3 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 8 Apr 2025 12:00:00 +0800 Subject: [PATCH 016/204] docs: [Aiden] Add installation guide for 3001-shop (Optimization) --- apps/3001-shop/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md index 7d2459bb690..f90eccd3357 100644 --- a/apps/3001-shop/README.md +++ b/apps/3001-shop/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From abb9fd69212e15e8280b6de4400ba3be78e8d403 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 9 Apr 2025 12:00:00 +0800 Subject: [PATCH 017/204] docs: [Aiden] Add available scripts for 3001-shop (Optimization) --- apps/3001-shop/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md index f90eccd3357..9c880cf7f4a 100644 --- a/apps/3001-shop/README.md +++ b/apps/3001-shop/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 1ae056ea6aac85c6c0c2015de6609e5af5328b91 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 10 Apr 2025 12:00:00 +0800 Subject: [PATCH 018/204] docs: [Aiden] Add running instructions for 3001-shop (Optimization) --- apps/3001-shop/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md index 9c880cf7f4a..bec4fe3576f 100644 --- a/apps/3001-shop/README.md +++ b/apps/3001-shop/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From 924c39267ddce48ea7742936301caaf61b033b57 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 11 Apr 2025 12:00:00 +0800 Subject: [PATCH 019/204] docs: [Aiden] Add build instructions for 3001-shop (Optimization) --- apps/3001-shop/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md index bec4fe3576f..602baff36b9 100644 --- a/apps/3001-shop/README.md +++ b/apps/3001-shop/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From 3a1acfc4a52b0636ce9f403a8a8790522edf57d7 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 14 Apr 2025 12:00:00 +0800 Subject: [PATCH 020/204] docs: [Aiden] Add configuration section for 3001-shop (Optimization) --- apps/3001-shop/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md index 602baff36b9..e0451e4bd53 100644 --- a/apps/3001-shop/README.md +++ b/apps/3001-shop/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From c6c500e94b0b52d70a07e6cacd6e668a15e29caf Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 15 Apr 2025 12:00:00 +0800 Subject: [PATCH 021/204] chore: [Aiden] Update package.json description for 3001-shop (Optimization) --- apps/3001-shop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/3001-shop/package.json b/apps/3001-shop/package.json index 3ae66e1262e..20f3405f3dd 100644 --- a/apps/3001-shop/package.json +++ b/apps/3001-shop/package.json @@ -1,7 +1,7 @@ { "name": "@module-federation/3001-shop", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for 3001-shop", "dependencies": { "@ant-design/cssinjs": "^1.21.0", "antd": "5.19.1", From b6ebb6f5dd3d97ae7e3d99c499588dcaff889f4b Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 16 Apr 2025 12:00:00 +0800 Subject: [PATCH 022/204] docs: [Aiden] Add links and badges for 3001-shop (Optimization) --- apps/3001-shop/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md index e0451e4bd53..baf82fa461a 100644 --- a/apps/3001-shop/README.md +++ b/apps/3001-shop/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From fc387f0dfd0246ca2d92aaf1b3a02bfd220ad157 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 17 Apr 2025 12:00:00 +0800 Subject: [PATCH 023/204] docs: [Aiden] Add troubleshooting notes for 3001-shop (Optimization) --- apps/3001-shop/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md index baf82fa461a..6b8bb478fd7 100644 --- a/apps/3001-shop/README.md +++ b/apps/3001-shop/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From ce0ff142e4ae7caab56d485dc76a450361a389ff Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 18 Apr 2025 12:00:00 +0800 Subject: [PATCH 024/204] docs: [Aiden] Final README polish for 3001-shop (Optimization) --- apps/3001-shop/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md index 6b8bb478fd7..acfcf3a666d 100644 --- a/apps/3001-shop/README.md +++ b/apps/3001-shop/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From f2035799d894b4a555ce2a8dfec4165f83cd5425 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 21 Apr 2025 12:00:00 +0800 Subject: [PATCH 025/204] docs: [Aiden] Initialize README with title for 3002-checkout (Optimization) --- apps/3002-checkout/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/3002-checkout/README.md diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md new file mode 100644 index 00000000000..07aef4d5315 --- /dev/null +++ b/apps/3002-checkout/README.md @@ -0,0 +1,3 @@ +# 3002-checkout + +This is the example application for Module Federation core. From e06425017cf97ca45094f17ca1e46aaea7f4cc76 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 22 Apr 2025 12:00:00 +0800 Subject: [PATCH 026/204] docs: [Aiden] Add description section for 3002-checkout (Optimization) --- apps/3002-checkout/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md index 07aef4d5315..dde6d59b439 100644 --- a/apps/3002-checkout/README.md +++ b/apps/3002-checkout/README.md @@ -1,3 +1,8 @@ # 3002-checkout This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From 9e052c045ebfeb88a3f3368abcf6dda5a3439866 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 23 Apr 2025 12:00:00 +0800 Subject: [PATCH 027/204] docs: [Aiden] Add prerequisites and features for 3002-checkout (Optimization) --- apps/3002-checkout/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md index dde6d59b439..5930d5c6db9 100644 --- a/apps/3002-checkout/README.md +++ b/apps/3002-checkout/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From c0374e1ca60f26a30ddcd8f211f0d844b5114b71 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 25 Apr 2025 12:00:00 +0800 Subject: [PATCH 028/204] docs: [Aiden] Add installation guide for 3002-checkout (Optimization) --- apps/3002-checkout/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md index 5930d5c6db9..d0dd8af8a5b 100644 --- a/apps/3002-checkout/README.md +++ b/apps/3002-checkout/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 50dcdd97a40401e9cada9ddfe2724b50abf37e5f Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 28 Apr 2025 12:00:00 +0800 Subject: [PATCH 029/204] docs: [Aiden] Add available scripts for 3002-checkout (Optimization) --- apps/3002-checkout/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md index d0dd8af8a5b..7a9d7d3f908 100644 --- a/apps/3002-checkout/README.md +++ b/apps/3002-checkout/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 5241887a460b72b61d2f4295885f8b789a301c06 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 29 Apr 2025 12:00:00 +0800 Subject: [PATCH 030/204] docs: [Aiden] Add running instructions for 3002-checkout (Optimization) --- apps/3002-checkout/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md index 7a9d7d3f908..710085404e0 100644 --- a/apps/3002-checkout/README.md +++ b/apps/3002-checkout/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From 03efd3333fb0b255751110bfeadbe7c3df58407c Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 30 Apr 2025 12:00:00 +0800 Subject: [PATCH 031/204] docs: [Aiden] Add build instructions for 3002-checkout (Optimization) --- apps/3002-checkout/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md index 710085404e0..0f16155f2cd 100644 --- a/apps/3002-checkout/README.md +++ b/apps/3002-checkout/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From f3ab31d4434de1c43b1227bab3040fcbc5590925 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 1 May 2025 12:00:00 +0800 Subject: [PATCH 032/204] docs: [Aiden] Add configuration section for 3002-checkout (Optimization) --- apps/3002-checkout/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md index 0f16155f2cd..c00da02a585 100644 --- a/apps/3002-checkout/README.md +++ b/apps/3002-checkout/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 7041b2c2206ddedcff378251464901da1a9ddb9e Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 2 May 2025 12:00:00 +0800 Subject: [PATCH 033/204] chore: [Aiden] Update package.json description for 3002-checkout (Optimization) --- apps/3002-checkout/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/3002-checkout/package.json b/apps/3002-checkout/package.json index 354d65a5449..f801582b898 100644 --- a/apps/3002-checkout/package.json +++ b/apps/3002-checkout/package.json @@ -1,7 +1,7 @@ { "name": "@module-federation/3002-checkout", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for 3002-checkout", "dependencies": { "@ant-design/cssinjs": "^1.21.0", "antd": "5.19.1", From 43dc35e020033f1ceae8baefc889d53587248fc6 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 5 May 2025 12:00:00 +0800 Subject: [PATCH 034/204] docs: [Aiden] Add links and badges for 3002-checkout (Optimization) --- apps/3002-checkout/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md index c00da02a585..b2e2fcfc064 100644 --- a/apps/3002-checkout/README.md +++ b/apps/3002-checkout/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 5e47836b6b1a4de7d47b407d6f6fe63c41ee2ad9 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 6 May 2025 12:00:00 +0800 Subject: [PATCH 035/204] docs: [Aiden] Add troubleshooting notes for 3002-checkout (Optimization) --- apps/3002-checkout/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md index b2e2fcfc064..c79493cc4b0 100644 --- a/apps/3002-checkout/README.md +++ b/apps/3002-checkout/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 6a2980b863d8f6d42d026f075f3e82bcc9d93783 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 7 May 2025 12:00:00 +0800 Subject: [PATCH 036/204] docs: [Aiden] Final README polish for 3002-checkout (Optimization) --- apps/3002-checkout/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md index c79493cc4b0..3a111de2095 100644 --- a/apps/3002-checkout/README.md +++ b/apps/3002-checkout/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From a588b6b9b5736064e0bd7a808824739e2534c664 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 8 May 2025 12:00:00 +0800 Subject: [PATCH 037/204] docs: [Aiden] Initialize README with title for bundle-size (Optimization) --- apps/bundle-size/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/bundle-size/README.md diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md new file mode 100644 index 00000000000..90e9c551c76 --- /dev/null +++ b/apps/bundle-size/README.md @@ -0,0 +1,3 @@ +# bundle-size + +This is the example application for Module Federation core. From 31537b3fcd57a8d379954278145337c5fee4a689 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 9 May 2025 12:00:00 +0800 Subject: [PATCH 038/204] docs: [Aiden] Add description section for bundle-size (Optimization) --- apps/bundle-size/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md index 90e9c551c76..9cbcdf6893e 100644 --- a/apps/bundle-size/README.md +++ b/apps/bundle-size/README.md @@ -1,3 +1,8 @@ # bundle-size This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From 47c228f1ba2c2951409284bf139b515115f1fd9a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 12 May 2025 12:00:00 +0800 Subject: [PATCH 039/204] docs: [Aiden] Add prerequisites and features for bundle-size (Optimization) --- apps/bundle-size/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md index 9cbcdf6893e..18898e935c1 100644 --- a/apps/bundle-size/README.md +++ b/apps/bundle-size/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From 8784a55960dc43ec63962256b040cfb25045c75e Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 14 May 2025 12:00:00 +0800 Subject: [PATCH 040/204] docs: [Aiden] Add installation guide for bundle-size (Optimization) --- apps/bundle-size/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md index 18898e935c1..d1a2871accf 100644 --- a/apps/bundle-size/README.md +++ b/apps/bundle-size/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 23d5501b2424727134ccd807bba2860c1f9e31f1 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 15 May 2025 12:00:00 +0800 Subject: [PATCH 041/204] docs: [Aiden] Add available scripts for bundle-size (Optimization) --- apps/bundle-size/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md index d1a2871accf..27c00959f59 100644 --- a/apps/bundle-size/README.md +++ b/apps/bundle-size/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 5102be57f57fdaca90c62581c651baf9aad0fd7a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 16 May 2025 12:00:00 +0800 Subject: [PATCH 042/204] docs: [Aiden] Add running instructions for bundle-size (Optimization) --- apps/bundle-size/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md index 27c00959f59..c223ad757be 100644 --- a/apps/bundle-size/README.md +++ b/apps/bundle-size/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From a9ba44645b7d782bc4aa63c5f686f6f70e93bd77 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 19 May 2025 12:00:00 +0800 Subject: [PATCH 043/204] docs: [Aiden] Add build instructions for bundle-size (Optimization) --- apps/bundle-size/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md index c223ad757be..69ebb0608c3 100644 --- a/apps/bundle-size/README.md +++ b/apps/bundle-size/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From 7d28cec01c0da62aaa65f932bfeda7862bae48e6 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 20 May 2025 12:00:00 +0800 Subject: [PATCH 044/204] docs: [Aiden] Add configuration section for bundle-size (Optimization) --- apps/bundle-size/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md index 69ebb0608c3..9f1beb62f66 100644 --- a/apps/bundle-size/README.md +++ b/apps/bundle-size/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 2220736292a9ed8d9b00491bf6b7b257244669e0 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 21 May 2025 12:00:00 +0800 Subject: [PATCH 045/204] chore: [Aiden] Update package.json description for bundle-size (Optimization) --- apps/bundle-size/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bundle-size/package.json b/apps/bundle-size/package.json index 8f27fe64bde..47cf0a1297a 100644 --- a/apps/bundle-size/package.json +++ b/apps/bundle-size/package.json @@ -1,6 +1,6 @@ { "name": "bundle-size", - "private": true, + "private": true, "description": "Federation example for bundle-size", "version": "0.1.1", "devDependencies": { "@module-federation/core": "workspace:*", From bd4d4bda4a6da96ea8598c6415336df1fc4dc317 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 22 May 2025 12:00:00 +0800 Subject: [PATCH 046/204] docs: [Aiden] Add links and badges for bundle-size (Optimization) --- apps/bundle-size/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md index 9f1beb62f66..0ef7c2d7a6c 100644 --- a/apps/bundle-size/README.md +++ b/apps/bundle-size/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 8651678c78d004df30a4d288bbe8834398224922 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 23 May 2025 12:00:00 +0800 Subject: [PATCH 047/204] docs: [Aiden] Add troubleshooting notes for bundle-size (Optimization) --- apps/bundle-size/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md index 0ef7c2d7a6c..a0941dfba61 100644 --- a/apps/bundle-size/README.md +++ b/apps/bundle-size/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 00d3e98af47cd5806ddc7d3a8d18d932c63818cc Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 26 May 2025 12:00:00 +0800 Subject: [PATCH 048/204] docs: [Aiden] Final README polish for bundle-size (Optimization) --- apps/bundle-size/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md index a0941dfba61..a16895eca74 100644 --- a/apps/bundle-size/README.md +++ b/apps/bundle-size/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From 23db247dda3401e456b757987c5f9679249e8003 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 27 May 2025 12:00:00 +0800 Subject: [PATCH 049/204] docs: [Aiden] Initialize README with title for esbuild (Optimization) --- apps/esbuild/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/esbuild/README.md diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md new file mode 100644 index 00000000000..4ca68fdb34d --- /dev/null +++ b/apps/esbuild/README.md @@ -0,0 +1,3 @@ +# esbuild + +This is the example application for Module Federation core. From 0d36cf0a8179b4a4ffadae0f98fd22b98f764604 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 28 May 2025 12:00:00 +0800 Subject: [PATCH 050/204] docs: [Aiden] Add description section for esbuild (Optimization) --- apps/esbuild/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md index 4ca68fdb34d..2ce826da807 100644 --- a/apps/esbuild/README.md +++ b/apps/esbuild/README.md @@ -1,3 +1,8 @@ # esbuild This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From 66cb6254105951cd40ab053c89e1e44aca56447d Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 29 May 2025 12:00:00 +0800 Subject: [PATCH 051/204] docs: [Aiden] Add prerequisites and features for esbuild (Optimization) --- apps/esbuild/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md index 2ce826da807..3ed9fcf74ee 100644 --- a/apps/esbuild/README.md +++ b/apps/esbuild/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From b10cd9225662bd8bbc8f3f3e6a4ec528b440cde3 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 30 May 2025 12:00:00 +0800 Subject: [PATCH 052/204] docs: [Aiden] Add installation guide for esbuild (Optimization) --- apps/esbuild/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md index 3ed9fcf74ee..bcaf29b876c 100644 --- a/apps/esbuild/README.md +++ b/apps/esbuild/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 0d6ee88c868ec74775e4e08108f341baf0e31594 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 4 Jun 2025 12:00:00 +0800 Subject: [PATCH 053/204] docs: [Aiden] Add available scripts for esbuild (Optimization) --- apps/esbuild/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md index bcaf29b876c..dfa3fd9e706 100644 --- a/apps/esbuild/README.md +++ b/apps/esbuild/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 9b2be965841a99f173fe427722b5f79cc217fab4 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 5 Jun 2025 12:00:00 +0800 Subject: [PATCH 054/204] docs: [Aiden] Add running instructions for esbuild (Optimization) --- apps/esbuild/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md index dfa3fd9e706..7e00683e8b3 100644 --- a/apps/esbuild/README.md +++ b/apps/esbuild/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From 663ca4f8cbd981a3110f09d92b7f1a85a7dcf9a5 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 6 Jun 2025 12:00:00 +0800 Subject: [PATCH 055/204] docs: [Aiden] Add build instructions for esbuild (Optimization) --- apps/esbuild/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md index 7e00683e8b3..b7b975d1324 100644 --- a/apps/esbuild/README.md +++ b/apps/esbuild/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From d2d9b8ee4ee23c6198a73ba2295ace0ca60a57d3 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 9 Jun 2025 12:00:00 +0800 Subject: [PATCH 056/204] docs: [Aiden] Add configuration section for esbuild (Optimization) --- apps/esbuild/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md index b7b975d1324..9b51e0e2dc7 100644 --- a/apps/esbuild/README.md +++ b/apps/esbuild/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From cc0d0e71e14db60a2b82c4ea3b1c8022395207f4 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 11 Jun 2025 12:00:00 +0800 Subject: [PATCH 057/204] chore: [Aiden] Update package.json description for esbuild (Optimization) --- apps/esbuild/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/esbuild/package.json b/apps/esbuild/package.json index 64c4e7aaa86..3a7701ec9d1 100644 --- a/apps/esbuild/package.json +++ b/apps/esbuild/package.json @@ -1,6 +1,6 @@ { "name": "federation-demo1", - "private": true, + "private": true, "description": "Federation example for esbuild", "version": "1.0.0", "description": "", "main": "index.js", From b5e71970be7ffb0cc9a16be4ad23546266bc1dfd Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 12 Jun 2025 12:00:00 +0800 Subject: [PATCH 058/204] docs: [Aiden] Add links and badges for esbuild (Optimization) --- apps/esbuild/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md index 9b51e0e2dc7..b88dccaa596 100644 --- a/apps/esbuild/README.md +++ b/apps/esbuild/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From e5af4d86d93e221d4c93df4ff35d495371e74885 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 13 Jun 2025 12:00:00 +0800 Subject: [PATCH 059/204] docs: [Aiden] Add troubleshooting notes for esbuild (Optimization) --- apps/esbuild/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md index b88dccaa596..b417602c404 100644 --- a/apps/esbuild/README.md +++ b/apps/esbuild/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From d52f2baca3afa193d193f19192b64393684d2eae Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 16 Jun 2025 12:00:00 +0800 Subject: [PATCH 060/204] docs: [Aiden] Final README polish for esbuild (Optimization) --- apps/esbuild/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md index b417602c404..cec5259d122 100644 --- a/apps/esbuild/README.md +++ b/apps/esbuild/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From b07945f2aaee915e4da8e4cac5d8f0e6eef64d9f Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 17 Jun 2025 12:00:00 +0800 Subject: [PATCH 061/204] docs: [Aiden] Initialize README with title for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/node-dynamic-remote/README.md diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md new file mode 100644 index 00000000000..9e587b88bb0 --- /dev/null +++ b/apps/node-dynamic-remote/README.md @@ -0,0 +1,3 @@ +# node-dynamic-remote + +This is the example application for Module Federation core. From 3793b91d366c352711de4406759dbbd797bcc975 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 18 Jun 2025 12:00:00 +0800 Subject: [PATCH 062/204] docs: [Aiden] Add description section for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md index 9e587b88bb0..922c0e2de9a 100644 --- a/apps/node-dynamic-remote/README.md +++ b/apps/node-dynamic-remote/README.md @@ -1,3 +1,8 @@ # node-dynamic-remote This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From f2f4e58b9ba0755ce00b86f5e3aba8af13b65eb8 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 19 Jun 2025 12:00:00 +0800 Subject: [PATCH 063/204] docs: [Aiden] Add prerequisites and features for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md index 922c0e2de9a..e15b30c5bb8 100644 --- a/apps/node-dynamic-remote/README.md +++ b/apps/node-dynamic-remote/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From 22e195909ad542b24269eea9a509ef87bf29b991 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 20 Jun 2025 12:00:00 +0800 Subject: [PATCH 064/204] docs: [Aiden] Add installation guide for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md index e15b30c5bb8..c3ac7503113 100644 --- a/apps/node-dynamic-remote/README.md +++ b/apps/node-dynamic-remote/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 2c4358706b9ee9d95c01541df7478666355a5cb1 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 23 Jun 2025 12:00:00 +0800 Subject: [PATCH 065/204] docs: [Aiden] Add available scripts for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md index c3ac7503113..923a6e62cdf 100644 --- a/apps/node-dynamic-remote/README.md +++ b/apps/node-dynamic-remote/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 5e5b8c486f347cc717f81a1afae0e4e6de1a50b8 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 25 Jun 2025 12:00:00 +0800 Subject: [PATCH 066/204] docs: [Aiden] Add running instructions for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md index 923a6e62cdf..e1b245a66a9 100644 --- a/apps/node-dynamic-remote/README.md +++ b/apps/node-dynamic-remote/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From c22cf751c2b9ef52e30a1d4ab0a215bdc227e1d1 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 27 Jun 2025 12:00:00 +0800 Subject: [PATCH 067/204] docs: [Aiden] Add build instructions for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md index e1b245a66a9..d80a41fd0e7 100644 --- a/apps/node-dynamic-remote/README.md +++ b/apps/node-dynamic-remote/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From 6847668cd5770bfbacf88b7f30868fb85c86fa4e Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 1 Jul 2025 12:00:00 +0800 Subject: [PATCH 068/204] docs: [Aiden] Add configuration section for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md index d80a41fd0e7..7bc945bcfd1 100644 --- a/apps/node-dynamic-remote/README.md +++ b/apps/node-dynamic-remote/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 7256aac01933ad74193ae25d4a142abb7b374874 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 2 Jul 2025 12:00:00 +0800 Subject: [PATCH 069/204] chore: [Aiden] Update package.json description for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote/package.json b/apps/node-dynamic-remote/package.json index 437a5ee1d4c..5c0770c3b95 100644 --- a/apps/node-dynamic-remote/package.json +++ b/apps/node-dynamic-remote/package.json @@ -1,6 +1,6 @@ { "name": "node-dynamic-remote", - "private": true, + "private": true, "description": "Federation example for node-dynamic-remote", "dependencies": { "@module-federation/node": "workspace:*", "lodash": "4.17.23" From fa95ca667210675b7831718a21ddbd33d9e3782b Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 3 Jul 2025 12:00:00 +0800 Subject: [PATCH 070/204] docs: [Aiden] Add links and badges for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md index 7bc945bcfd1..26ed78274a5 100644 --- a/apps/node-dynamic-remote/README.md +++ b/apps/node-dynamic-remote/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 1212e109faa3489a13af8e1081928f75736fbf89 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 4 Jul 2025 12:00:00 +0800 Subject: [PATCH 071/204] docs: [Aiden] Add troubleshooting notes for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md index 26ed78274a5..2d69353fc45 100644 --- a/apps/node-dynamic-remote/README.md +++ b/apps/node-dynamic-remote/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 651a6b4f1de598f89e605d0b3dc7d4a5537ca5a5 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 7 Jul 2025 12:00:00 +0800 Subject: [PATCH 072/204] docs: [Aiden] Final README polish for node-dynamic-remote (Optimization) --- apps/node-dynamic-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md index 2d69353fc45..a4ca0344b00 100644 --- a/apps/node-dynamic-remote/README.md +++ b/apps/node-dynamic-remote/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From fed0ef835806cb2682d84e49def8c5ef6e0507dd Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 8 Jul 2025 12:00:00 +0800 Subject: [PATCH 073/204] docs: [Aiden] Initialize README with title for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/node-dynamic-remote-new-version/README.md diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md new file mode 100644 index 00000000000..c99750e01cf --- /dev/null +++ b/apps/node-dynamic-remote-new-version/README.md @@ -0,0 +1,3 @@ +# node-dynamic-remote-new-version + +This is the example application for Module Federation core. From f2057563f1ec49a87440d1e4d4eb5a699ffca246 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 9 Jul 2025 12:00:00 +0800 Subject: [PATCH 074/204] docs: [Aiden] Add description section for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md index c99750e01cf..9abe2808f99 100644 --- a/apps/node-dynamic-remote-new-version/README.md +++ b/apps/node-dynamic-remote-new-version/README.md @@ -1,3 +1,8 @@ # node-dynamic-remote-new-version This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From 0cdaa023d51b5ea9ac15a644ef36157b9d5e3cec Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 10 Jul 2025 12:00:00 +0800 Subject: [PATCH 075/204] docs: [Aiden] Add prerequisites and features for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md index 9abe2808f99..95d17c7c8da 100644 --- a/apps/node-dynamic-remote-new-version/README.md +++ b/apps/node-dynamic-remote-new-version/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From b497db783aa3e823d53e508ed11e1b63dcb6ba64 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 11 Jul 2025 12:00:00 +0800 Subject: [PATCH 076/204] docs: [Aiden] Add installation guide for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md index 95d17c7c8da..dc46d857571 100644 --- a/apps/node-dynamic-remote-new-version/README.md +++ b/apps/node-dynamic-remote-new-version/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 8ecda3a082f10b9989b9372b4a32ed24f27c7b39 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 14 Jul 2025 12:00:00 +0800 Subject: [PATCH 077/204] docs: [Aiden] Add available scripts for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md index dc46d857571..1b6effe3a27 100644 --- a/apps/node-dynamic-remote-new-version/README.md +++ b/apps/node-dynamic-remote-new-version/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 66e8a593c510fd93c0274db955b55ac6ce495ffa Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 17 Jul 2025 12:00:00 +0800 Subject: [PATCH 078/204] docs: [Aiden] Add running instructions for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md index 1b6effe3a27..8a2ab68c9ae 100644 --- a/apps/node-dynamic-remote-new-version/README.md +++ b/apps/node-dynamic-remote-new-version/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From 65f812b9550b155d47ab8b875b62bd189fc07982 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 18 Jul 2025 12:00:00 +0800 Subject: [PATCH 079/204] docs: [Aiden] Add build instructions for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md index 8a2ab68c9ae..656355ee2ab 100644 --- a/apps/node-dynamic-remote-new-version/README.md +++ b/apps/node-dynamic-remote-new-version/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From 14bb748a7b00d2376028651f3aa0dd8a8e6ec37e Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 21 Jul 2025 12:00:00 +0800 Subject: [PATCH 080/204] docs: [Aiden] Add configuration section for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md index 656355ee2ab..5b6a9266b6d 100644 --- a/apps/node-dynamic-remote-new-version/README.md +++ b/apps/node-dynamic-remote-new-version/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From a0067cb682b2aaf0bdc0c733fb70841108cdde9c Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 22 Jul 2025 12:00:00 +0800 Subject: [PATCH 081/204] chore: [Aiden] Update package.json description for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote-new-version/package.json b/apps/node-dynamic-remote-new-version/package.json index fde18ce9625..15324bfccc1 100644 --- a/apps/node-dynamic-remote-new-version/package.json +++ b/apps/node-dynamic-remote-new-version/package.json @@ -1,6 +1,6 @@ { "name": "node-dynamic-remote-new-version", - "private": true, + "private": true, "description": "Federation example for node-dynamic-remote-new-version", "dependencies": { "@module-federation/node": "workspace:*", "lodash": "4.17.23" From 20e6b5ed03d8a9d2cfa7e60ec3b20fefdfda0a93 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 23 Jul 2025 12:00:00 +0800 Subject: [PATCH 082/204] docs: [Aiden] Add links and badges for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md index 5b6a9266b6d..f3cfbeee140 100644 --- a/apps/node-dynamic-remote-new-version/README.md +++ b/apps/node-dynamic-remote-new-version/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 24f2488f433a11a001e0c747baca94d4d6bb5f51 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 24 Jul 2025 12:00:00 +0800 Subject: [PATCH 083/204] docs: [Aiden] Add troubleshooting notes for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md index f3cfbeee140..911bc33adf5 100644 --- a/apps/node-dynamic-remote-new-version/README.md +++ b/apps/node-dynamic-remote-new-version/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 6e3c46a4f4081c972086b4835c021e01e301f001 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 25 Jul 2025 12:00:00 +0800 Subject: [PATCH 084/204] docs: [Aiden] Final README polish for node-dynamic-remote-new-version (Optimization) --- apps/node-dynamic-remote-new-version/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md index 911bc33adf5..d577dc86607 100644 --- a/apps/node-dynamic-remote-new-version/README.md +++ b/apps/node-dynamic-remote-new-version/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From cd9afe5a0add2cc6561c990f4618db0e24c5ff52 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 29 Jul 2025 12:00:00 +0800 Subject: [PATCH 085/204] docs: [Aiden] Initialize README with title for node-host (Optimization) --- apps/node-host/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/node-host/README.md diff --git a/apps/node-host/README.md b/apps/node-host/README.md new file mode 100644 index 00000000000..69514915c26 --- /dev/null +++ b/apps/node-host/README.md @@ -0,0 +1,3 @@ +# node-host + +This is the example application for Module Federation core. From 0d56e8d0d66a4da7ebdfebbd9dd64d39ac7b0e9a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 30 Jul 2025 12:00:00 +0800 Subject: [PATCH 086/204] docs: [Aiden] Add description section for node-host (Optimization) --- apps/node-host/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/node-host/README.md b/apps/node-host/README.md index 69514915c26..324bdc3f218 100644 --- a/apps/node-host/README.md +++ b/apps/node-host/README.md @@ -1,3 +1,8 @@ # node-host This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From 47c92db0f527ceff6f06907f7145c6882252c356 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 31 Jul 2025 12:00:00 +0800 Subject: [PATCH 087/204] docs: [Aiden] Add prerequisites and features for node-host (Optimization) --- apps/node-host/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-host/README.md b/apps/node-host/README.md index 324bdc3f218..85364326e9e 100644 --- a/apps/node-host/README.md +++ b/apps/node-host/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From fdaf12da35bbb924eebf490292e06201ce0f865a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 1 Aug 2025 12:00:00 +0800 Subject: [PATCH 088/204] docs: [Aiden] Add installation guide for node-host (Optimization) --- apps/node-host/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-host/README.md b/apps/node-host/README.md index 85364326e9e..cb70768affa 100644 --- a/apps/node-host/README.md +++ b/apps/node-host/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From a5dd189d364d6f361abc9f3b39433d77c1150879 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 4 Aug 2025 12:00:00 +0800 Subject: [PATCH 089/204] docs: [Aiden] Add available scripts for node-host (Optimization) --- apps/node-host/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/node-host/README.md b/apps/node-host/README.md index cb70768affa..0f62ece2c49 100644 --- a/apps/node-host/README.md +++ b/apps/node-host/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 22d81a917697a17bfd22c488874cafd8875cb5fa Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 5 Aug 2025 12:00:00 +0800 Subject: [PATCH 090/204] docs: [Aiden] Add running instructions for node-host (Optimization) --- apps/node-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host/README.md b/apps/node-host/README.md index 0f62ece2c49..54a9ecb7faa 100644 --- a/apps/node-host/README.md +++ b/apps/node-host/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From c68a9f7f58e859cc95567358567315bca5c6835b Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 6 Aug 2025 12:00:00 +0800 Subject: [PATCH 091/204] docs: [Aiden] Add build instructions for node-host (Optimization) --- apps/node-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host/README.md b/apps/node-host/README.md index 54a9ecb7faa..d8c74e74332 100644 --- a/apps/node-host/README.md +++ b/apps/node-host/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From 0db17d541e22ad5c97bcb9987f7f2a3307a425e8 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 7 Aug 2025 12:00:00 +0800 Subject: [PATCH 092/204] docs: [Aiden] Add configuration section for node-host (Optimization) --- apps/node-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host/README.md b/apps/node-host/README.md index d8c74e74332..1166c0bbae4 100644 --- a/apps/node-host/README.md +++ b/apps/node-host/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 8589eafdec84602445310bfa35e385b5ddfe2ba9 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 8 Aug 2025 12:00:00 +0800 Subject: [PATCH 093/204] chore: [Aiden] Update package.json description for node-host (Optimization) --- apps/node-host/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/node-host/package.json b/apps/node-host/package.json index 7d355be7cec..0ee36dc1bf7 100644 --- a/apps/node-host/package.json +++ b/apps/node-host/package.json @@ -1,6 +1,6 @@ { "name": "node-host", - "private": true, + "private": true, "description": "Federation example for node-host", "dependencies": { "@module-federation/node": "workspace:*", "@module-federation/enhanced": "workspace:*", From be4808d4bd20d4e7bb13a0a47c91e65a4f954fd6 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 11 Aug 2025 12:00:00 +0800 Subject: [PATCH 094/204] docs: [Aiden] Add links and badges for node-host (Optimization) --- apps/node-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host/README.md b/apps/node-host/README.md index 1166c0bbae4..76a6a698462 100644 --- a/apps/node-host/README.md +++ b/apps/node-host/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 76be2ca256ca167d09f1dfc667b09383665f0406 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 14 Aug 2025 12:00:00 +0800 Subject: [PATCH 095/204] docs: [Aiden] Add troubleshooting notes for node-host (Optimization) --- apps/node-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host/README.md b/apps/node-host/README.md index 76a6a698462..cfb7d2d67d2 100644 --- a/apps/node-host/README.md +++ b/apps/node-host/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 47b874d94df6c314e8f56fed653d354e0432b3cc Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 21 Aug 2025 12:00:00 +0800 Subject: [PATCH 096/204] docs: [Aiden] Final README polish for node-host (Optimization) --- apps/node-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host/README.md b/apps/node-host/README.md index cfb7d2d67d2..d589c53bcc6 100644 --- a/apps/node-host/README.md +++ b/apps/node-host/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From 921f495d65a6dae431bf5a66a4c150c60e545097 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 22 Aug 2025 12:00:00 +0800 Subject: [PATCH 097/204] docs: [Aiden] Initialize README with title for node-host-e2e (Optimization) --- apps/node-host-e2e/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/node-host-e2e/README.md diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md new file mode 100644 index 00000000000..2b68a3bb5c4 --- /dev/null +++ b/apps/node-host-e2e/README.md @@ -0,0 +1,3 @@ +# node-host-e2e + +This is the example application for Module Federation core. From 5394a7a3de51ea272872f6ce293608859652b791 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 25 Aug 2025 12:00:00 +0800 Subject: [PATCH 098/204] docs: [Aiden] Add description section for node-host-e2e (Optimization) --- apps/node-host-e2e/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md index 2b68a3bb5c4..0b21177f26c 100644 --- a/apps/node-host-e2e/README.md +++ b/apps/node-host-e2e/README.md @@ -1,3 +1,8 @@ # node-host-e2e This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From ef2c775dcbebb73f2e766f36c9550e37211ec68d Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 26 Aug 2025 12:00:00 +0800 Subject: [PATCH 099/204] docs: [Aiden] Add prerequisites and features for node-host-e2e (Optimization) --- apps/node-host-e2e/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md index 0b21177f26c..6cc9f80dc14 100644 --- a/apps/node-host-e2e/README.md +++ b/apps/node-host-e2e/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From 7dc46de74a3d97a2ddc96173e48650792babdc01 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 28 Aug 2025 12:00:00 +0800 Subject: [PATCH 100/204] docs: [Aiden] Add installation guide for node-host-e2e (Optimization) --- apps/node-host-e2e/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md index 6cc9f80dc14..73466011c09 100644 --- a/apps/node-host-e2e/README.md +++ b/apps/node-host-e2e/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From fcb93cafcdd8256f43f1236595694a5308f95d64 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 1 Sep 2025 12:00:00 +0800 Subject: [PATCH 101/204] docs: [Aiden] Add available scripts for node-host-e2e (Optimization) --- apps/node-host-e2e/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md index 73466011c09..b2b27cd4ff7 100644 --- a/apps/node-host-e2e/README.md +++ b/apps/node-host-e2e/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 8da4ab601c00e3ce89e48ad09b8d58b3dce227e7 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 2 Sep 2025 12:00:00 +0800 Subject: [PATCH 102/204] docs: [Aiden] Add running instructions for node-host-e2e (Optimization) --- apps/node-host-e2e/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md index b2b27cd4ff7..e91297348fa 100644 --- a/apps/node-host-e2e/README.md +++ b/apps/node-host-e2e/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From c8627be2768da3de6d2e44cbd49b72de7c9ace4b Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 4 Sep 2025 12:00:00 +0800 Subject: [PATCH 103/204] docs: [Aiden] Add build instructions for node-host-e2e (Optimization) --- apps/node-host-e2e/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md index e91297348fa..977acd790e7 100644 --- a/apps/node-host-e2e/README.md +++ b/apps/node-host-e2e/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From edf832b5bf44ea494d23d335906407b86ebe5072 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 5 Sep 2025 12:00:00 +0800 Subject: [PATCH 104/204] docs: [Aiden] Add configuration section for node-host-e2e (Optimization) --- apps/node-host-e2e/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md index 977acd790e7..b8c556c565a 100644 --- a/apps/node-host-e2e/README.md +++ b/apps/node-host-e2e/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 22afcf0e31ad7a64f2ce4e2e171ee2b4ed126a09 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 8 Sep 2025 12:00:00 +0800 Subject: [PATCH 105/204] chore: [Aiden] Update package.json description for node-host-e2e (Optimization) --- apps/node-host-e2e/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/node-host-e2e/package.json b/apps/node-host-e2e/package.json index ba3a2858762..56cc31b2b89 100644 --- a/apps/node-host-e2e/package.json +++ b/apps/node-host-e2e/package.json @@ -1,6 +1,6 @@ { "name": "node-host-e2e", - "private": true, + "private": true, "description": "Federation example for node-host-e2e", "dependencies": { "@module-federation/node": "workspace:*" } From 7784d82fba91e9e4d706c5b20ad581687fe52912 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 12 Sep 2025 12:00:00 +0800 Subject: [PATCH 106/204] docs: [Aiden] Add links and badges for node-host-e2e (Optimization) --- apps/node-host-e2e/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md index b8c556c565a..5fc8415c6db 100644 --- a/apps/node-host-e2e/README.md +++ b/apps/node-host-e2e/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 2d1184aeaaa841de0780885cfd59119d9df8710c Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 16 Sep 2025 12:00:00 +0800 Subject: [PATCH 107/204] docs: [Aiden] Add troubleshooting notes for node-host-e2e (Optimization) --- apps/node-host-e2e/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md index 5fc8415c6db..346f3ad635d 100644 --- a/apps/node-host-e2e/README.md +++ b/apps/node-host-e2e/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 806369ee3694d2d9d9a7b389f01bca1427640255 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 17 Sep 2025 12:00:00 +0800 Subject: [PATCH 108/204] docs: [Aiden] Final README polish for node-host-e2e (Optimization) --- apps/node-host-e2e/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md index 346f3ad635d..9e926a328ba 100644 --- a/apps/node-host-e2e/README.md +++ b/apps/node-host-e2e/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From 54c497bf422d13b5bfa3730ca08166e966597532 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 19 Sep 2025 12:00:00 +0800 Subject: [PATCH 109/204] docs: [Aiden] Initialize README with title for node-local-remote (Optimization) --- apps/node-local-remote/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/node-local-remote/README.md diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md new file mode 100644 index 00000000000..1a353b478f7 --- /dev/null +++ b/apps/node-local-remote/README.md @@ -0,0 +1,3 @@ +# node-local-remote + +This is the example application for Module Federation core. From e6ac28dd4da77d12baddd4edbf6800d72ad29d66 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 22 Sep 2025 12:00:00 +0800 Subject: [PATCH 110/204] docs: [Aiden] Add description section for node-local-remote (Optimization) --- apps/node-local-remote/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md index 1a353b478f7..4c7935678fa 100644 --- a/apps/node-local-remote/README.md +++ b/apps/node-local-remote/README.md @@ -1,3 +1,8 @@ # node-local-remote This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From f616f1627d61aa4b0cf3e334ada597a71e49be12 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 24 Sep 2025 12:00:00 +0800 Subject: [PATCH 111/204] docs: [Aiden] Add prerequisites and features for node-local-remote (Optimization) --- apps/node-local-remote/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md index 4c7935678fa..22d6bfd3f18 100644 --- a/apps/node-local-remote/README.md +++ b/apps/node-local-remote/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From 2ac737b288a2e85243d220cf175812fb55bf8498 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 25 Sep 2025 12:00:00 +0800 Subject: [PATCH 112/204] docs: [Aiden] Add installation guide for node-local-remote (Optimization) --- apps/node-local-remote/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md index 22d6bfd3f18..45ebe0d9e71 100644 --- a/apps/node-local-remote/README.md +++ b/apps/node-local-remote/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 482fa6810c803959ba6beb1b8c87b53626162617 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 26 Sep 2025 12:00:00 +0800 Subject: [PATCH 113/204] docs: [Aiden] Add available scripts for node-local-remote (Optimization) --- apps/node-local-remote/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md index 45ebe0d9e71..4e9f4d1069c 100644 --- a/apps/node-local-remote/README.md +++ b/apps/node-local-remote/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From dfa0d5f3ac11a08656cf833e7ad1786fc3dc6926 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 29 Sep 2025 12:00:00 +0800 Subject: [PATCH 114/204] docs: [Aiden] Add running instructions for node-local-remote (Optimization) --- apps/node-local-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md index 4e9f4d1069c..ca24236cd88 100644 --- a/apps/node-local-remote/README.md +++ b/apps/node-local-remote/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From a2eaa2860a6fc5df6680fde82b8c158085d8f69a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 30 Sep 2025 12:00:00 +0800 Subject: [PATCH 115/204] docs: [Aiden] Add build instructions for node-local-remote (Optimization) --- apps/node-local-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md index ca24236cd88..190e04dd051 100644 --- a/apps/node-local-remote/README.md +++ b/apps/node-local-remote/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From 16ccc5f7133dfa679c6442c8bb0a5a1fb89f8318 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 1 Oct 2025 12:00:00 +0800 Subject: [PATCH 116/204] docs: [Aiden] Add configuration section for node-local-remote (Optimization) --- apps/node-local-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md index 190e04dd051..6237c0017bd 100644 --- a/apps/node-local-remote/README.md +++ b/apps/node-local-remote/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 576198bab7402aa621c0aedf90a4b8ae73ad73cb Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 2 Oct 2025 12:00:00 +0800 Subject: [PATCH 117/204] chore: [Aiden] Update package.json description for node-local-remote (Optimization) --- apps/node-local-remote/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/node-local-remote/package.json b/apps/node-local-remote/package.json index 603cec34111..b1679e7cfe3 100644 --- a/apps/node-local-remote/package.json +++ b/apps/node-local-remote/package.json @@ -1,6 +1,6 @@ { "name": "node-local-remote", - "private": true, + "private": true, "description": "Federation example for node-local-remote", "dependencies": { "@module-federation/enhanced": "workspace:*", "@module-federation/node": "workspace:*" From 1845174c4b41f42ce337160e6c527b7d9d0269ec Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 3 Oct 2025 12:00:00 +0800 Subject: [PATCH 118/204] docs: [Aiden] Add links and badges for node-local-remote (Optimization) --- apps/node-local-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md index 6237c0017bd..b85a6183e58 100644 --- a/apps/node-local-remote/README.md +++ b/apps/node-local-remote/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 858371326adf1d22fd3258f30021e59173c18255 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 7 Oct 2025 12:00:00 +0800 Subject: [PATCH 119/204] docs: [Aiden] Add troubleshooting notes for node-local-remote (Optimization) --- apps/node-local-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md index b85a6183e58..ec21308af31 100644 --- a/apps/node-local-remote/README.md +++ b/apps/node-local-remote/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 5d7b747a9b0693c14180b669e5d2958921b2d73a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 8 Oct 2025 12:00:00 +0800 Subject: [PATCH 120/204] docs: [Aiden] Final README polish for node-local-remote (Optimization) --- apps/node-local-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md index ec21308af31..0dbbb260086 100644 --- a/apps/node-local-remote/README.md +++ b/apps/node-local-remote/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From 6c8b5d0dedf1f796e57282c214fd4e6c61cfe416 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 9 Oct 2025 12:00:00 +0800 Subject: [PATCH 121/204] docs: [Aiden] Initialize README with title for node-remote (Optimization) --- apps/node-remote/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/node-remote/README.md diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md new file mode 100644 index 00000000000..e570cef02ac --- /dev/null +++ b/apps/node-remote/README.md @@ -0,0 +1,3 @@ +# node-remote + +This is the example application for Module Federation core. From f546a043b3a4fe20e7daf1a68db2e14f67d349bb Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 10 Oct 2025 12:00:00 +0800 Subject: [PATCH 122/204] docs: [Aiden] Add description section for node-remote (Optimization) --- apps/node-remote/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md index e570cef02ac..63b94653552 100644 --- a/apps/node-remote/README.md +++ b/apps/node-remote/README.md @@ -1,3 +1,8 @@ # node-remote This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From d8ad17fbae9149c4206847d5bca67dacb9021fbc Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 13 Oct 2025 12:00:00 +0800 Subject: [PATCH 123/204] docs: [Aiden] Add prerequisites and features for node-remote (Optimization) --- apps/node-remote/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md index 63b94653552..ae0c5518dd3 100644 --- a/apps/node-remote/README.md +++ b/apps/node-remote/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From 9b41285b4004ca77056e7034cddf12af39fd7523 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 14 Oct 2025 12:00:00 +0800 Subject: [PATCH 124/204] docs: [Aiden] Add installation guide for node-remote (Optimization) --- apps/node-remote/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md index ae0c5518dd3..2b5d1bb3693 100644 --- a/apps/node-remote/README.md +++ b/apps/node-remote/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 2731e5ea5aed9247e66575421bf2386107336f40 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 15 Oct 2025 12:00:00 +0800 Subject: [PATCH 125/204] docs: [Aiden] Add available scripts for node-remote (Optimization) --- apps/node-remote/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md index 2b5d1bb3693..37d337ae216 100644 --- a/apps/node-remote/README.md +++ b/apps/node-remote/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 1efd664f98280e939df439dea5c33f8cb5176502 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 16 Oct 2025 12:00:00 +0800 Subject: [PATCH 126/204] docs: [Aiden] Add running instructions for node-remote (Optimization) --- apps/node-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md index 37d337ae216..8e3f6939e93 100644 --- a/apps/node-remote/README.md +++ b/apps/node-remote/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From 26365274e87687f580d77c940f4562ad9429e698 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 17 Oct 2025 12:00:00 +0800 Subject: [PATCH 127/204] docs: [Aiden] Add build instructions for node-remote (Optimization) --- apps/node-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md index 8e3f6939e93..ab934c3aa60 100644 --- a/apps/node-remote/README.md +++ b/apps/node-remote/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From a4bec2902eb0cb1d9ec70f7286be92e3c1b876cb Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 21 Oct 2025 12:00:00 +0800 Subject: [PATCH 128/204] docs: [Aiden] Add configuration section for node-remote (Optimization) --- apps/node-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md index ab934c3aa60..6b5a2e2946c 100644 --- a/apps/node-remote/README.md +++ b/apps/node-remote/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From e3298e75af2e94c99e4ebc4f805bcbb2973a93a4 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 22 Oct 2025 12:00:00 +0800 Subject: [PATCH 129/204] chore: [Aiden] Update package.json description for node-remote (Optimization) --- apps/node-remote/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/node-remote/package.json b/apps/node-remote/package.json index cec7fc9b5ee..4501630422b 100644 --- a/apps/node-remote/package.json +++ b/apps/node-remote/package.json @@ -1,6 +1,6 @@ { "name": "node-remote", - "private": true, + "private": true, "description": "Federation example for node-remote", "dependencies": { "@module-federation/enhanced": "workspace:*", "@module-federation/rsbuild-plugin": "workspace:*", From 6664f14409dcc1e694f0abbce8bab3cb551d0d51 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 23 Oct 2025 12:00:00 +0800 Subject: [PATCH 130/204] docs: [Aiden] Add links and badges for node-remote (Optimization) --- apps/node-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md index 6b5a2e2946c..80713ff9852 100644 --- a/apps/node-remote/README.md +++ b/apps/node-remote/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 239fc81f1f03a5d01b3f1bb884a4fd1b2e843db3 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 24 Oct 2025 12:00:00 +0800 Subject: [PATCH 131/204] docs: [Aiden] Add troubleshooting notes for node-remote (Optimization) --- apps/node-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md index 80713ff9852..4b7a21c8b7b 100644 --- a/apps/node-remote/README.md +++ b/apps/node-remote/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 9ea4d7e92b3230dd20514df155daf36626da5cba Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 28 Oct 2025 12:00:00 +0800 Subject: [PATCH 132/204] docs: [Aiden] Final README polish for node-remote (Optimization) --- apps/node-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md index 4b7a21c8b7b..1464bf7c436 100644 --- a/apps/node-remote/README.md +++ b/apps/node-remote/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From d81c9ca382e63347b4548dde60b0231b3f90d231 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 29 Oct 2025 12:00:00 +0800 Subject: [PATCH 133/204] docs: [Aiden] Initialize README with title for react-ts-host (Optimization) --- apps/react-ts-host/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/react-ts-host/README.md diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md new file mode 100644 index 00000000000..47d6dfd84f5 --- /dev/null +++ b/apps/react-ts-host/README.md @@ -0,0 +1,3 @@ +# react-ts-host + +This is the example application for Module Federation core. From 810892dc52b61b6dc421b79871151411817f3cb6 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 30 Oct 2025 12:00:00 +0800 Subject: [PATCH 134/204] docs: [Aiden] Add description section for react-ts-host (Optimization) --- apps/react-ts-host/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md index 47d6dfd84f5..5640247e834 100644 --- a/apps/react-ts-host/README.md +++ b/apps/react-ts-host/README.md @@ -1,3 +1,8 @@ # react-ts-host This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From 39c5b69e241b24cb92407553f649716bd10bd6f4 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 31 Oct 2025 12:00:00 +0800 Subject: [PATCH 135/204] docs: [Aiden] Add prerequisites and features for react-ts-host (Optimization) --- apps/react-ts-host/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md index 5640247e834..bb8c9371b2f 100644 --- a/apps/react-ts-host/README.md +++ b/apps/react-ts-host/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From 10cdbd8f7f735944cf28b3c605166d5367296729 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 5 Nov 2025 12:00:00 +0800 Subject: [PATCH 136/204] docs: [Aiden] Add installation guide for react-ts-host (Optimization) --- apps/react-ts-host/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md index bb8c9371b2f..a25d9c1de6c 100644 --- a/apps/react-ts-host/README.md +++ b/apps/react-ts-host/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 852cad082244aa412fb6bddb4134b91237c6d099 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 6 Nov 2025 12:00:00 +0800 Subject: [PATCH 137/204] docs: [Aiden] Add available scripts for react-ts-host (Optimization) --- apps/react-ts-host/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md index a25d9c1de6c..bf54de5931a 100644 --- a/apps/react-ts-host/README.md +++ b/apps/react-ts-host/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 831b1e88d93289a0dc9e778ce121bea34f4e1401 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 7 Nov 2025 12:00:00 +0800 Subject: [PATCH 138/204] docs: [Aiden] Add running instructions for react-ts-host (Optimization) --- apps/react-ts-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md index bf54de5931a..c8be75660bf 100644 --- a/apps/react-ts-host/README.md +++ b/apps/react-ts-host/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From 512a1996c1258200599f4183cb27c0dbdd819746 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 10 Nov 2025 12:00:00 +0800 Subject: [PATCH 139/204] docs: [Aiden] Add build instructions for react-ts-host (Optimization) --- apps/react-ts-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md index c8be75660bf..f717faae8c4 100644 --- a/apps/react-ts-host/README.md +++ b/apps/react-ts-host/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From 9bf51d2d06af8d056ca495f7056fe597c5531e41 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 11 Nov 2025 12:00:00 +0800 Subject: [PATCH 140/204] docs: [Aiden] Add configuration section for react-ts-host (Optimization) --- apps/react-ts-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md index f717faae8c4..7fb878832a8 100644 --- a/apps/react-ts-host/README.md +++ b/apps/react-ts-host/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 69490cfcfbf266f6c3db5f0e3596676a8aaa6910 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 14 Nov 2025 12:00:00 +0800 Subject: [PATCH 141/204] chore: [Aiden] Update package.json description for react-ts-host (Optimization) --- apps/react-ts-host/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/react-ts-host/package.json b/apps/react-ts-host/package.json index cb4840fcddc..3c5b3253f89 100644 --- a/apps/react-ts-host/package.json +++ b/apps/react-ts-host/package.json @@ -1,7 +1,7 @@ { "name": "react-ts-host", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for react-ts-host", "dependencies": { "react": "18.3.1", "react-dom": "18.3.1", From b7f6fdb55d17a69f2206cdd609d1127d501aa5c1 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 17 Nov 2025 12:00:00 +0800 Subject: [PATCH 142/204] docs: [Aiden] Add links and badges for react-ts-host (Optimization) --- apps/react-ts-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md index 7fb878832a8..6a28f5a9296 100644 --- a/apps/react-ts-host/README.md +++ b/apps/react-ts-host/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 16e038c038d8f02a665919f0be8b2f8f4c8814af Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 18 Nov 2025 12:00:00 +0800 Subject: [PATCH 143/204] docs: [Aiden] Add troubleshooting notes for react-ts-host (Optimization) --- apps/react-ts-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md index 6a28f5a9296..0b335b111f9 100644 --- a/apps/react-ts-host/README.md +++ b/apps/react-ts-host/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 7c85ae94ba1f658ceac19484fb4c22bf055abb6d Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 19 Nov 2025 12:00:00 +0800 Subject: [PATCH 144/204] docs: [Aiden] Final README polish for react-ts-host (Optimization) --- apps/react-ts-host/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md index 0b335b111f9..cfc6659cc1b 100644 --- a/apps/react-ts-host/README.md +++ b/apps/react-ts-host/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From b3bb15c7c3c1d8bba1253bd11a92c09bd3757113 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 20 Nov 2025 12:00:00 +0800 Subject: [PATCH 145/204] docs: [Aiden] Initialize README with title for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/react-ts-nested-remote/README.md diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md new file mode 100644 index 00000000000..823f8e732b9 --- /dev/null +++ b/apps/react-ts-nested-remote/README.md @@ -0,0 +1,3 @@ +# react-ts-nested-remote + +This is the example application for Module Federation core. From 0792a6d7b78ffb1b2d9a75ce80f3d15ba63b5b47 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 21 Nov 2025 12:00:00 +0800 Subject: [PATCH 146/204] docs: [Aiden] Add description section for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md index 823f8e732b9..011ce7ef168 100644 --- a/apps/react-ts-nested-remote/README.md +++ b/apps/react-ts-nested-remote/README.md @@ -1,3 +1,8 @@ # react-ts-nested-remote This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From 09be635bbaecd62390c0250e55fb3b6eead7fa74 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 25 Nov 2025 12:00:00 +0800 Subject: [PATCH 147/204] docs: [Aiden] Add prerequisites and features for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md index 011ce7ef168..9d1be0f0681 100644 --- a/apps/react-ts-nested-remote/README.md +++ b/apps/react-ts-nested-remote/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From bdbf8a6eb65ac1364fd26f4e5e92f70330831313 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 26 Nov 2025 12:00:00 +0800 Subject: [PATCH 148/204] docs: [Aiden] Add installation guide for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md index 9d1be0f0681..3dd84d846d3 100644 --- a/apps/react-ts-nested-remote/README.md +++ b/apps/react-ts-nested-remote/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 88a2b6ddcfc3ce3c440730950048e5687001e310 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 27 Nov 2025 12:00:00 +0800 Subject: [PATCH 149/204] docs: [Aiden] Add available scripts for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md index 3dd84d846d3..6508cedd6ff 100644 --- a/apps/react-ts-nested-remote/README.md +++ b/apps/react-ts-nested-remote/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 99ce9d814be0c7445d09a01da484d7dbba6cc91b Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 28 Nov 2025 12:00:00 +0800 Subject: [PATCH 150/204] docs: [Aiden] Add running instructions for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md index 6508cedd6ff..3649bb59535 100644 --- a/apps/react-ts-nested-remote/README.md +++ b/apps/react-ts-nested-remote/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From 2b2e894a9b60ae80692609a62f3a7b62bd40954c Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 1 Dec 2025 12:00:00 +0800 Subject: [PATCH 151/204] docs: [Aiden] Add build instructions for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md index 3649bb59535..e79a49b1f42 100644 --- a/apps/react-ts-nested-remote/README.md +++ b/apps/react-ts-nested-remote/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From bc40f3b5bc63e5c172b2c7e3e826c1a0c6fcc9d8 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 2 Dec 2025 12:00:00 +0800 Subject: [PATCH 152/204] docs: [Aiden] Add configuration section for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md index e79a49b1f42..b1c1c2a1d9e 100644 --- a/apps/react-ts-nested-remote/README.md +++ b/apps/react-ts-nested-remote/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 8245185176bbaea56bceabbb9ba05ed4802a142d Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 4 Dec 2025 12:00:00 +0800 Subject: [PATCH 153/204] chore: [Aiden] Update package.json description for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/react-ts-nested-remote/package.json b/apps/react-ts-nested-remote/package.json index 9234c3f46c9..1f57adfefad 100644 --- a/apps/react-ts-nested-remote/package.json +++ b/apps/react-ts-nested-remote/package.json @@ -1,6 +1,6 @@ { "name": "react-ts-nested-remote", - "private": true, + "private": true, "description": "Federation example for react-ts-nested-remote", "version": "1.0.0", "dependencies": { "react": "18.3.1", From 30e009f892cb07bad2f2d1d1f3cf584f70ca65bf Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 5 Dec 2025 12:00:00 +0800 Subject: [PATCH 154/204] docs: [Aiden] Add links and badges for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md index b1c1c2a1d9e..3d9aa3f162e 100644 --- a/apps/react-ts-nested-remote/README.md +++ b/apps/react-ts-nested-remote/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 3766c1c59b2d1e6293062d094fc0edf56243fa30 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 9 Dec 2025 12:00:00 +0800 Subject: [PATCH 155/204] docs: [Aiden] Add troubleshooting notes for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md index 3d9aa3f162e..884e52ee1e6 100644 --- a/apps/react-ts-nested-remote/README.md +++ b/apps/react-ts-nested-remote/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 84ef7a658641e0fdf2e3b609778428baedcf22ac Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 10 Dec 2025 12:00:00 +0800 Subject: [PATCH 156/204] docs: [Aiden] Final README polish for react-ts-nested-remote (Optimization) --- apps/react-ts-nested-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md index 884e52ee1e6..eda1bccedda 100644 --- a/apps/react-ts-nested-remote/README.md +++ b/apps/react-ts-nested-remote/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From fffc01b92bb918719d40d5683f8c6aae6be21093 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 11 Dec 2025 12:00:00 +0800 Subject: [PATCH 157/204] docs: [Aiden] Initialize README with title for react-ts-remote (Optimization) --- apps/react-ts-remote/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/react-ts-remote/README.md diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md new file mode 100644 index 00000000000..dbab19323fc --- /dev/null +++ b/apps/react-ts-remote/README.md @@ -0,0 +1,3 @@ +# react-ts-remote + +This is the example application for Module Federation core. From 47ab525cb39aef11c7e2fb997c0e74b98d488c90 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 15 Dec 2025 12:00:00 +0800 Subject: [PATCH 158/204] docs: [Aiden] Add description section for react-ts-remote (Optimization) --- apps/react-ts-remote/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md index dbab19323fc..b04844e17f8 100644 --- a/apps/react-ts-remote/README.md +++ b/apps/react-ts-remote/README.md @@ -1,3 +1,8 @@ # react-ts-remote This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From 9cfc364305e8cb88b9638b6600a9bce66de4708a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 16 Dec 2025 12:00:00 +0800 Subject: [PATCH 159/204] docs: [Aiden] Add prerequisites and features for react-ts-remote (Optimization) --- apps/react-ts-remote/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md index b04844e17f8..c8ee55aef81 100644 --- a/apps/react-ts-remote/README.md +++ b/apps/react-ts-remote/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From c42fa7cbea98b5b5a02404bad77fddc25afb9c4a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 17 Dec 2025 12:00:00 +0800 Subject: [PATCH 160/204] docs: [Aiden] Add installation guide for react-ts-remote (Optimization) --- apps/react-ts-remote/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md index c8ee55aef81..544c1d2eaea 100644 --- a/apps/react-ts-remote/README.md +++ b/apps/react-ts-remote/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From d5b95b0938e3bdfcd519e6f0479256804d3639d9 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 18 Dec 2025 12:00:00 +0800 Subject: [PATCH 161/204] docs: [Aiden] Add available scripts for react-ts-remote (Optimization) --- apps/react-ts-remote/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md index 544c1d2eaea..85047434115 100644 --- a/apps/react-ts-remote/README.md +++ b/apps/react-ts-remote/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From cf17ea6675ddf04534d4d321cae37218d91ce939 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 19 Dec 2025 12:00:00 +0800 Subject: [PATCH 162/204] docs: [Aiden] Add running instructions for react-ts-remote (Optimization) --- apps/react-ts-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md index 85047434115..892f4871d4d 100644 --- a/apps/react-ts-remote/README.md +++ b/apps/react-ts-remote/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From f8512db14cc345c770fdf59bfe9ab788a62f6a64 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 22 Dec 2025 12:00:00 +0800 Subject: [PATCH 163/204] docs: [Aiden] Add build instructions for react-ts-remote (Optimization) --- apps/react-ts-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md index 892f4871d4d..9c86de789df 100644 --- a/apps/react-ts-remote/README.md +++ b/apps/react-ts-remote/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From 997b1ffdf1c9eb2d8d0f879c6ef335515517d567 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 23 Dec 2025 12:00:00 +0800 Subject: [PATCH 164/204] docs: [Aiden] Add configuration section for react-ts-remote (Optimization) --- apps/react-ts-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md index 9c86de789df..341ee9d9a47 100644 --- a/apps/react-ts-remote/README.md +++ b/apps/react-ts-remote/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 4c291c36e897a9c2051dc993717dc798acaf4e65 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 25 Dec 2025 12:00:00 +0800 Subject: [PATCH 165/204] chore: [Aiden] Update package.json description for react-ts-remote (Optimization) --- apps/react-ts-remote/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/react-ts-remote/package.json b/apps/react-ts-remote/package.json index df9cadddd9e..e4d8cb9b924 100644 --- a/apps/react-ts-remote/package.json +++ b/apps/react-ts-remote/package.json @@ -1,6 +1,6 @@ { "name": "react-ts-remote", - "private": true, + "private": true, "description": "Federation example for react-ts-remote", "version": "1.0.0", "dependencies": { "react": "18.3.1", From bbc3f58735a8ec3333535a93e1389b821fb85d8a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 26 Dec 2025 12:00:00 +0800 Subject: [PATCH 166/204] docs: [Aiden] Add links and badges for react-ts-remote (Optimization) --- apps/react-ts-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md index 341ee9d9a47..b56b729283d 100644 --- a/apps/react-ts-remote/README.md +++ b/apps/react-ts-remote/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 2a2560bc24df0af5fd6a5ee90a3aab1be7dc91d2 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 29 Dec 2025 12:00:00 +0800 Subject: [PATCH 167/204] docs: [Aiden] Add troubleshooting notes for react-ts-remote (Optimization) --- apps/react-ts-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md index b56b729283d..eef2dc1b919 100644 --- a/apps/react-ts-remote/README.md +++ b/apps/react-ts-remote/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 87008cc09bef944c962bdacde545cdc3dda73569 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 30 Dec 2025 12:00:00 +0800 Subject: [PATCH 168/204] docs: [Aiden] Final README polish for react-ts-remote (Optimization) --- apps/react-ts-remote/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md index eef2dc1b919..a42f9bffe58 100644 --- a/apps/react-ts-remote/README.md +++ b/apps/react-ts-remote/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From 0e4c490475d89d12513c594279954bc40afa7c41 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 31 Dec 2025 12:00:00 +0800 Subject: [PATCH 169/204] docs: [Aiden] Initialize README with title for reactRemoteUI (Optimization) --- apps/reactRemoteUI/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/reactRemoteUI/README.md diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md new file mode 100644 index 00000000000..2f52c5373ee --- /dev/null +++ b/apps/reactRemoteUI/README.md @@ -0,0 +1,3 @@ +# reactRemoteUI + +This is the example application for Module Federation core. From 7e5cb851ca269953a07cdb8cf0534d882f250676 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 1 Jan 2026 12:00:00 +0800 Subject: [PATCH 170/204] docs: [Aiden] Add description section for reactRemoteUI (Optimization) --- apps/reactRemoteUI/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md index 2f52c5373ee..974a8b87ad8 100644 --- a/apps/reactRemoteUI/README.md +++ b/apps/reactRemoteUI/README.md @@ -1,3 +1,8 @@ # reactRemoteUI This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From 6d128f634dba9888238328f7184c58d528892fd7 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 5 Jan 2026 12:00:00 +0800 Subject: [PATCH 171/204] docs: [Aiden] Add prerequisites and features for reactRemoteUI (Optimization) --- apps/reactRemoteUI/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md index 974a8b87ad8..f16bee27dab 100644 --- a/apps/reactRemoteUI/README.md +++ b/apps/reactRemoteUI/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From 9e6385040adfd7a87802a33207c1257b8cd9b614 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 6 Jan 2026 12:00:00 +0800 Subject: [PATCH 172/204] docs: [Aiden] Add installation guide for reactRemoteUI (Optimization) --- apps/reactRemoteUI/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md index f16bee27dab..e7bcfa81d42 100644 --- a/apps/reactRemoteUI/README.md +++ b/apps/reactRemoteUI/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 8124f24c1be526e5ef00c5a8c42571a4c49e63a5 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 7 Jan 2026 12:00:00 +0800 Subject: [PATCH 173/204] docs: [Aiden] Add available scripts for reactRemoteUI (Optimization) --- apps/reactRemoteUI/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md index e7bcfa81d42..cf2a901906a 100644 --- a/apps/reactRemoteUI/README.md +++ b/apps/reactRemoteUI/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From b08c5e1a7f1c7fc8c5012e4cb8645bccb97a7ef0 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 8 Jan 2026 12:00:00 +0800 Subject: [PATCH 174/204] docs: [Aiden] Add running instructions for reactRemoteUI (Optimization) --- apps/reactRemoteUI/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md index cf2a901906a..050106ecc64 100644 --- a/apps/reactRemoteUI/README.md +++ b/apps/reactRemoteUI/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From 27292ce0dac902af19b12276c662a1165fa2099f Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 12 Jan 2026 12:00:00 +0800 Subject: [PATCH 175/204] docs: [Aiden] Add build instructions for reactRemoteUI (Optimization) --- apps/reactRemoteUI/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md index 050106ecc64..6526e15c9ae 100644 --- a/apps/reactRemoteUI/README.md +++ b/apps/reactRemoteUI/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From 068578918c7939e795c5b8f50be0d9b648a7e43e Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 13 Jan 2026 12:00:00 +0800 Subject: [PATCH 176/204] docs: [Aiden] Add configuration section for reactRemoteUI (Optimization) --- apps/reactRemoteUI/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md index 6526e15c9ae..dc2a77365bc 100644 --- a/apps/reactRemoteUI/README.md +++ b/apps/reactRemoteUI/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 3da2195b560b4965baf62bbd54625e8b46bdcc6b Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 15 Jan 2026 12:00:00 +0800 Subject: [PATCH 177/204] chore: [Aiden] Update package.json description for reactRemoteUI (Optimization) --- apps/reactRemoteUI/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/reactRemoteUI/package.json b/apps/reactRemoteUI/package.json index aaca4c2f520..c3aaebe51ec 100644 --- a/apps/reactRemoteUI/package.json +++ b/apps/reactRemoteUI/package.json @@ -1,7 +1,7 @@ { "name": "react-remote-ui", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for reactRemoteUI", "devDependencies": { "@module-federation/utilities": "workspace:*", "@module-federation/storybook-addon": "workspace:*", From 7a65cdd02c811e7ac9a8583971075b9c511bc70e Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 16 Jan 2026 12:00:00 +0800 Subject: [PATCH 178/204] docs: [Aiden] Add links and badges for reactRemoteUI (Optimization) --- apps/reactRemoteUI/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md index dc2a77365bc..752bcabf822 100644 --- a/apps/reactRemoteUI/README.md +++ b/apps/reactRemoteUI/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 178cef7d07f19ecf869b9b443a3140cca9c81a66 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 19 Jan 2026 12:00:00 +0800 Subject: [PATCH 179/204] docs: [Aiden] Add troubleshooting notes for reactRemoteUI (Optimization) --- apps/reactRemoteUI/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md index 752bcabf822..4e1c6c099bd 100644 --- a/apps/reactRemoteUI/README.md +++ b/apps/reactRemoteUI/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From e0c9096563f370905a0bcc40966dbf46d06c53d5 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 20 Jan 2026 12:00:00 +0800 Subject: [PATCH 180/204] docs: [Aiden] Final README polish for reactRemoteUI (Optimization) --- apps/reactRemoteUI/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md index 4e1c6c099bd..a0ab6939caf 100644 --- a/apps/reactRemoteUI/README.md +++ b/apps/reactRemoteUI/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From d0ee5390e0edfb1fa0801808a5f403fb0b2b79f2 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 22 Jan 2026 12:00:00 +0800 Subject: [PATCH 181/204] docs: [Aiden] Initialize README with title for reactStorybook (Optimization) --- apps/reactStorybook/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/reactStorybook/README.md diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md new file mode 100644 index 00000000000..5f4375302c3 --- /dev/null +++ b/apps/reactStorybook/README.md @@ -0,0 +1,3 @@ +# reactStorybook + +This is the example application for Module Federation core. From 912bf0f3caf6e83cef649246f20fb9758dc16ffa Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 23 Jan 2026 12:00:00 +0800 Subject: [PATCH 182/204] docs: [Aiden] Add description section for reactStorybook (Optimization) --- apps/reactStorybook/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md index 5f4375302c3..4d7e6605899 100644 --- a/apps/reactStorybook/README.md +++ b/apps/reactStorybook/README.md @@ -1,3 +1,8 @@ # reactStorybook This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From 04007994e692348e3a033c4bcc464c37bc4e2552 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 26 Jan 2026 12:00:00 +0800 Subject: [PATCH 183/204] docs: [Aiden] Add prerequisites and features for reactStorybook (Optimization) --- apps/reactStorybook/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md index 4d7e6605899..281cb983025 100644 --- a/apps/reactStorybook/README.md +++ b/apps/reactStorybook/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From c9bc8783d90e13bab1e1668c2010118b82524cef Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 27 Jan 2026 12:00:00 +0800 Subject: [PATCH 184/204] docs: [Aiden] Add installation guide for reactStorybook (Optimization) --- apps/reactStorybook/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md index 281cb983025..6601c0062b9 100644 --- a/apps/reactStorybook/README.md +++ b/apps/reactStorybook/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From 37f33fc32a614b24a4b801fa765741ff78bdfc4c Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 28 Jan 2026 12:00:00 +0800 Subject: [PATCH 185/204] docs: [Aiden] Add available scripts for reactStorybook (Optimization) --- apps/reactStorybook/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md index 6601c0062b9..409cdde945b 100644 --- a/apps/reactStorybook/README.md +++ b/apps/reactStorybook/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From d8e4cc99585e5134e29351b4afad8011a6563618 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 2 Feb 2026 12:00:00 +0800 Subject: [PATCH 186/204] docs: [Aiden] Add running instructions for reactStorybook (Optimization) --- apps/reactStorybook/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md index 409cdde945b..a00e9e86ea6 100644 --- a/apps/reactStorybook/README.md +++ b/apps/reactStorybook/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From 91281ca4d5ba33d71450a5802d19fe8dd3638c5c Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 3 Feb 2026 12:00:00 +0800 Subject: [PATCH 187/204] docs: [Aiden] Add build instructions for reactStorybook (Optimization) --- apps/reactStorybook/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md index a00e9e86ea6..d9fbc97608e 100644 --- a/apps/reactStorybook/README.md +++ b/apps/reactStorybook/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From 74fb3eb565ae022344b957b6778aa950bca655be Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 4 Feb 2026 12:00:00 +0800 Subject: [PATCH 188/204] docs: [Aiden] Add configuration section for reactStorybook (Optimization) --- apps/reactStorybook/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md index d9fbc97608e..dc5f5e60873 100644 --- a/apps/reactStorybook/README.md +++ b/apps/reactStorybook/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 064530fe059ca08d89a0d55508d36ee5b01f2ec0 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 5 Feb 2026 12:00:00 +0800 Subject: [PATCH 189/204] chore: [Aiden] Update package.json description for reactStorybook (Optimization) --- apps/reactStorybook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/reactStorybook/package.json b/apps/reactStorybook/package.json index 5caca4b7b14..d372ed7831c 100644 --- a/apps/reactStorybook/package.json +++ b/apps/reactStorybook/package.json @@ -1,7 +1,7 @@ { "name": "react-storybook", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for reactStorybook", "devDependencies": { "@module-federation/utilities": "workspace:*", "@module-federation/storybook-addon": "workspace:*", From 29c3a533c090497cf90d6e5e12f74f3176ca69e1 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Fri, 6 Feb 2026 12:00:00 +0800 Subject: [PATCH 190/204] docs: [Aiden] Add links and badges for reactStorybook (Optimization) --- apps/reactStorybook/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md index dc5f5e60873..5ef52366db3 100644 --- a/apps/reactStorybook/README.md +++ b/apps/reactStorybook/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From d3f09ca89a898576218aec0ce2ac877a52101128 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 9 Feb 2026 12:00:00 +0800 Subject: [PATCH 191/204] docs: [Aiden] Add troubleshooting notes for reactStorybook (Optimization) --- apps/reactStorybook/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md index 5ef52366db3..947bb67f4f8 100644 --- a/apps/reactStorybook/README.md +++ b/apps/reactStorybook/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From e9537d80e72084f927aca64990d32d99257aad87 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 10 Feb 2026 12:00:00 +0800 Subject: [PATCH 192/204] docs: [Aiden] Final README polish for reactStorybook (Optimization) --- apps/reactStorybook/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md index 947bb67f4f8..cbaf2f0b6b4 100644 --- a/apps/reactStorybook/README.md +++ b/apps/reactStorybook/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file From 37aefdb61b20e36ec7fa2345943e133631b9ae3c Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 11 Feb 2026 12:00:00 +0800 Subject: [PATCH 193/204] docs: [Aiden] Initialize README with title for website-new (Optimization) --- apps/website-new/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/website-new/README.md diff --git a/apps/website-new/README.md b/apps/website-new/README.md new file mode 100644 index 00000000000..ebac890227f --- /dev/null +++ b/apps/website-new/README.md @@ -0,0 +1,3 @@ +# website-new + +This is the example application for Module Federation core. From a5e517cb36c150392ab43bfd07e539e14213ce79 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 12 Feb 2026 12:00:00 +0800 Subject: [PATCH 194/204] docs: [Aiden] Add description section for website-new (Optimization) --- apps/website-new/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/website-new/README.md b/apps/website-new/README.md index ebac890227f..4293fc4cf83 100644 --- a/apps/website-new/README.md +++ b/apps/website-new/README.md @@ -1,3 +1,8 @@ # website-new This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file From c9baf1acff6d277116c5d62799e00b33cec04314 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 16 Feb 2026 12:00:00 +0800 Subject: [PATCH 195/204] docs: [Aiden] Add prerequisites and features for website-new (Optimization) --- apps/website-new/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/website-new/README.md b/apps/website-new/README.md index 4293fc4cf83..9132a111268 100644 --- a/apps/website-new/README.md +++ b/apps/website-new/README.md @@ -5,4 +5,10 @@ This is the example application for Module Federation core. ## Description -This package demonstrates a specific use case of Module Federation within the ecosystem. \ No newline at end of file +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety \ No newline at end of file From 54f62c31befdbb0396ac58b33fbb74c395dedf16 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 17 Feb 2026 12:00:00 +0800 Subject: [PATCH 196/204] docs: [Aiden] Add installation guide for website-new (Optimization) --- apps/website-new/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/website-new/README.md b/apps/website-new/README.md index 9132a111268..d9e91d389a1 100644 --- a/apps/website-new/README.md +++ b/apps/website-new/README.md @@ -11,4 +11,10 @@ This package demonstrates a specific use case of Module Federation within the ec - Remote loading - Shared dependencies -- Type safety \ No newline at end of file +- Type safety + +## Installation + +```bash +pnpm install +``` \ No newline at end of file From bbefbb9a8e498d33f8baebc361725357ba133429 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 18 Feb 2026 12:00:00 +0800 Subject: [PATCH 197/204] docs: [Aiden] Add available scripts for website-new (Optimization) --- apps/website-new/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/website-new/README.md b/apps/website-new/README.md index d9e91d389a1..7f4a901e002 100644 --- a/apps/website-new/README.md +++ b/apps/website-new/README.md @@ -17,4 +17,9 @@ This package demonstrates a specific use case of Module Federation within the ec ```bash pnpm install -``` \ No newline at end of file +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle \ No newline at end of file From 4aa616f17cf48cf6aba8897c95c8ffc858afef8a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 19 Feb 2026 12:00:00 +0800 Subject: [PATCH 198/204] docs: [Aiden] Add running instructions for website-new (Optimization) --- apps/website-new/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/website-new/README.md b/apps/website-new/README.md index 7f4a901e002..c291fa74d5d 100644 --- a/apps/website-new/README.md +++ b/apps/website-new/README.md @@ -22,4 +22,8 @@ pnpm install ## Scripts - `pnpm start`: Start dev server -- `pnpm build`: Build production bundle \ No newline at end of file +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. \ No newline at end of file From a9bbc50a0db074e7df9a835d2c68e167968041e2 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 24 Feb 2026 12:00:00 +0800 Subject: [PATCH 199/204] docs: [Aiden] Add build instructions for website-new (Optimization) --- apps/website-new/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/website-new/README.md b/apps/website-new/README.md index c291fa74d5d..b25e5930879 100644 --- a/apps/website-new/README.md +++ b/apps/website-new/README.md @@ -26,4 +26,8 @@ pnpm install ## Usage -Run the development server and navigate to the provided localhost URL. \ No newline at end of file +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. \ No newline at end of file From 571cfbf97e8b0de5e06aa1d59fe2884b5648d50a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 25 Feb 2026 12:00:00 +0800 Subject: [PATCH 200/204] docs: [Aiden] Add configuration section for website-new (Optimization) --- apps/website-new/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/website-new/README.md b/apps/website-new/README.md index b25e5930879..fda447c4d07 100644 --- a/apps/website-new/README.md +++ b/apps/website-new/README.md @@ -30,4 +30,8 @@ Run the development server and navigate to the provided localhost URL. ## Build -Output will be located in the `dist` or `.next` folder. \ No newline at end of file +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file From 11473f5393810b0f5e09679211656050ccb63e27 Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 26 Feb 2026 12:00:00 +0800 Subject: [PATCH 201/204] chore: [Aiden] Update package.json description for website-new (Optimization) --- apps/website-new/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website-new/package.json b/apps/website-new/package.json index 321aa5d402d..c89f21c9cc7 100644 --- a/apps/website-new/package.json +++ b/apps/website-new/package.json @@ -1,7 +1,7 @@ { "name": "website-new", "version": "1.3.14", - "private": true, + "private": true, "description": "Federation example for website-new", "scripts": { "dev": "rspress dev", "build": "rspress build", From 47b021f3047353a75477439ab95eaf2fad6f9c3b Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Mon, 2 Mar 2026 12:00:00 +0800 Subject: [PATCH 202/204] docs: [Aiden] Add links and badges for website-new (Optimization) --- apps/website-new/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/website-new/README.md b/apps/website-new/README.md index fda447c4d07..67fa2e7f9e9 100644 --- a/apps/website-new/README.md +++ b/apps/website-new/README.md @@ -34,4 +34,8 @@ Output will be located in the `dist` or `.next` folder. ## Configuration -Check `webpack.config.js` or `next.config.js` for federation settings. \ No newline at end of file +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file From 191ef57140fd25eeee6ee8762fd525532592a9ae Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Tue, 3 Mar 2026 12:00:00 +0800 Subject: [PATCH 203/204] docs: [Aiden] Add troubleshooting notes for website-new (Optimization) --- apps/website-new/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/website-new/README.md b/apps/website-new/README.md index 67fa2e7f9e9..229bc56cbba 100644 --- a/apps/website-new/README.md +++ b/apps/website-new/README.md @@ -38,4 +38,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Links -- [Module Federation Docs](https://module-federation.io/) \ No newline at end of file +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file From 82ca849f160fce93c7e75ca3c98e1271e230d84a Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Wed, 4 Mar 2026 12:00:00 +0800 Subject: [PATCH 204/204] docs: [Aiden] Final README polish for website-new (Optimization) --- apps/website-new/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/website-new/README.md b/apps/website-new/README.md index 229bc56cbba..7282d93c63e 100644 --- a/apps/website-new/README.md +++ b/apps/website-new/README.md @@ -42,4 +42,8 @@ Check `webpack.config.js` or `next.config.js` for federation settings. ## Troubleshooting -Clear `.nx` cache if you encounter unexpected build issues. \ No newline at end of file +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file