module-federation-examples
module-federation-examples copied to clipboard
Implementation examples of module federation , by the creators of module federation
So in my scenario, i have my angular setup with prod grade app, I managed to configure module federation and webpack v5 for angular as shell and remote as react...
I use @modulefederation/typescript to generate d.ts. And how to use it? Do I need to copy it into the consumer? Is it because I used it incorrectly? Can plugins automatically...
 Have plans to support HMR ?
Hello, I am encountering an issue with dynamic chunk loading in two React projects named Host and Remote1, both running on React version 18.2.0 and created using Create React App...
Im trying to see if Vite can work with React as I saw there are some issues for module federation for React. I'm not sure what is wrong, but when...
I demonstrated this using the examples repo. The below screenshots and video show "this is from checkout!" becomes red after load, resulting in a flash of unstyled content. This was...
Work in progress, remix federation. Plugin setup needs to be abstracted away as this is lower level than end user should experience TODO: - [x] Move plugin stuff to module-federation/universe(repo)...
Hi, I followed the example for Quasar and Vue 3 but I got a very strange issue. Everything works fine if I run `quasar dev` on the host and the...
Hello, I have an existing Micro Frontend architecture with multiple Next.js apps working together using Module Federation. I'm now looking to add a new React application as a Micro Frontend...