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

Will there be any support for esbuild (specifically for angular remote/ mfe) in module federation 2.0 in future? OR maybe the question should be, will there be any translation/conversation logic...

### Description I'm using the [vue3-demo](https://github.com/module-federation/module-federation-examples/tree/master/vue3-demo) with the ,Exporting a component with the same path and name as the host application will overwrite the host application component when the remote...

For example, I have a micro-frontend system with 100 applications. During the module-federation initialization phase, I need to load 100 mf-manifest.json and remoteEntry.js. How much performance overhead will these 200...

Manifest file and remoteEntry.js files are loading in the host application but getting following runtime error while trying to load the child remote app using the router. ``` Element type...

I'm trying to reproduce the dynamic system example, using rsbuild. But the screen refresh when i select the second option. If I click on a button to set the System...

## Configuration of A ```js new ModuleFederationPlugin({ name: 'jxjy', filename: 'remote.js', exposes: { './info': './src/unit-share/network-school/basic-data/info/index.vue' }, remotes: { jxjy_remote: 'jxjy_remote@http://192.168.10.56:8080/jxjy_remote.js' }, library: { type: 'window', name: 'jxjy' }, shared: {...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | @​module-federation/typescript | dependencies | major | [`2.4.2` -> `3.1.3`](https://renovatebot.com/diffs/npm/@module-federation%2ftypescript/2.4.2/3.1.3) | | @​module-federation/typescript |...

workflow-failure

This is a clone of the `nextjs-ssr` example, but it uses mf-manifest.json instead of remoteEntry.js. Requires changes from this PR: https://github.com/module-federation/core/pull/2726 This requires some CORS config to allow the manifest...

workflow-failure