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

Hello. I have a project that has a shell app (host app) and 5 remote apps using MF 2.0. Currently when we run `pnpm run dev` everything works as expected...

I am looking to import from one the shared libs without the barrel import file (index.ts) so that my bundle files gets smaller. example: Before `import { blahService } from...

I am getting this error in the shared-context example. If I close it by clicking on *X* I can see the example ![Image](https://github.com/user-attachments/assets/b2649b04-41af-46e7-b1c3-10b7bf80d8a8) **Steps to reproduce** 1. Run `pnpm i`...

Hi Module Federation Team, Would you please create an module federation example for Remix + Vite? I think Remix currently use Vite as the bundler by default The current example...

**Actual result:** ``` Module Federation Example: Server Side Rendering This is the shell application. Loading.... ``` **Expected result:** ``` Module Federation Example: Server Side Rendering This is the shell application....

Is there an example where is the HOST application on React + Vite, and Remote on React + Webpack? I can't find an example

1. Running the [Modern.js SSR example ](https://github.com/module-federation/module-federation-examples/tree/master/modernjs-ssr) in dev mode works great. But building the `host` app fails with `Cannot find module 'remote/Image' or its corresponding type declarations.`, which can...

Here's a proposed scenario: Parent module has the following dependency: ```json "dependencies": { "myDep": "^2.0.0" } ``` and it defines myDep as a shared dependency like so: ```javascript shared: {...

Next.js Support is ending. Read about it here: https://github.com/module-federation/core/issues/3153