module-federation-examples icon indicating copy to clipboard operation
module-federation-examples copied to clipboard

Implementation examples of module federation , by the creators of module federation

Results 243 module-federation-examples issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [wasm-bindgen-futures](https://rustwasm.github.io/wasm-bindgen/) ([source](https://togithub.com/rustwasm/wasm-bindgen)) | dev-dependencies | minor | `0.3.22` -> `0.4.0` | | [wasm-bindgen-test](https://togithub.com/rustwasm/wasm-bindgen)...

workflow-failure

The `remix` example crashes on startup (build is fine) with the following error: ``` app1 start: /Users/rob.denman/workspace/module-federation-examples/remix/app1/build/index.js:5225 app1 start: /******/ __webpack_require__.federation.bundlerRuntime.remotes({idToRemoteMap,chunkMapping, idToExternalAndNameMapping, chunkId, promises, webpackRequire:__webpack_require__}); app1 start: ^ app1 start:...

Add data loader demo: * Support data fetch with app level provider in Modern.js * Support partial route SSR by setting specific route id , include remote provider

workflow-failure

There are many users of the Angular framework, including myself. I think we need examples of Angular

App1 and App2 are in different git repository App1 expose app1/getProjectId like : ``` class Store { _value: T; set value(value: T) { this._value = value; } get value() {...

# Problem Multiple react version runtime plugin example does not work with `loadRemote`, only `import`. ## Example https://github.com/module-federation/module-federation-examples/tree/master/runtime-plugins/multiple-react-versions ## To recreate In `app1/App.js`, update the lazy imports to use `loadRemote`...

Hi there, I am doing a simple POC on a consumer MFE but i am having trouble starting the project up. The error message is Unable to compile federated types,...

micro frontend,3 apps, app1-vue2-host,app2-vue2-remote.but app2-vue2-host too, app3-vue3-vitejs-remote app2 webpack config ``` const ModuleFederationPlugin = require('webpack/lib/container/ModuleFederationPlugin') new ModuleFederationPlugin({ name: `config.name`, filename: `remoteEntry.js`, library: { type: 'window', name: `config.name` }, exposes: {...

Hi, Could you add example that using script tag to import federation Runtime but not webpack 4, since we have a very old project using AngularJs & Grunt. It's better...