module-federation-examples
module-federation-examples copied to clipboard
Implementation examples of module federation , by the creators of module federation
Federated pages in nextjs-v13 start rendering "404 Not Found" since I pulled this repo with nextjs-mf v8. e.g. http://localhost:3001/shop I'm using nextjs-mf 8.1.7. Federated components look like having no issues....
vue3-demo-federation-with-vite after `pnpm start` can not access `http://localhost:5173/assets/remoteEntry.js` from webpack-side (5001)
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [js-sys](https://rustwasm.github.io/wasm-bindgen/) ([source](https://togithub.com/rustwasm/wasm-bindgen/tree/HEAD/crates/js-sys)) | dev-dependencies | patch | `0.3.22` -> `0.3.50` |...
[rspack-webpack-offload](https://github.com/module-federation/module-federation-examples/tree/master/rspack-webpack-offload) lib and main use rspack,page use main's react in my case
Hi, I am using module federation to build a application my remote webpack conf: ``` // remote webpack shared: { ...deps, react: { singleton: true, import: false, eager: false, version:...
what about xss? as i load modules server side and client side, i certainly am extending the attack vector arent i? are there any recommendations, considerations or am i totally...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@angular/animations](https://togithub.com/angular/angular) ([source](https://togithub.com/angular/angular/tree/HEAD/packages/animations)) | [`15.0.4` -> `15.2.10`](https://renovatebot.com/diffs/npm/@angular%2fanimations/15.0.4/15.2.10) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@originjs/vite-plugin-federation](https://togithub.com/originjs/vite-plugin-federation) | [`1.3.3` -> `1.3.4`](https://renovatebot.com/diffs/npm/@originjs%2fvite-plugin-federation/1.3.3/1.3.4) | [](https://docs.renovatebot.com/merge-confidence/)...
i might have a circular dependency at hand, which is problematic. if i rely on the example of federated redux, i import the app from the remote to decorate it...