module-federation-examples
module-federation-examples copied to clipboard
Implementation examples of module federation , by the creators of module federation
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  **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