module-federation-examples
module-federation-examples copied to clipboard
Implementation examples of module federation , by the creators of module federation
When I create & serve a production build of the shared-routing app (`yarn build && yarn serve`), the dashboard & orders pages render fine but the profile page is blank...
First of all, let me say that the work that has been done to create this plugin is fantastic. But right now I'm working on its implementation in the project...
I'm trying to set up a basic host app which shares routing with two inner apps. I've bumped into a few snags which are probably user error: - switching between...
Missing `React.lazy` import. https://github.com/module-federation/module-federation-examples/blob/7fc92f8f7678a7af76f925b9d5d1d03eb472109e/advanced-api/dynamic-remotes-runtime-environment-variables/host/src/hooks/useFederatedComponent.js#L31
useFederatedComponent (dynamic remotes) throws when trying to unload remote component. I cloned the example repo and added a button **clear all** that does: > function clearAll(){ > setSystem({}); > }...
Followup on #536 Guys if i am not mistaken your approach for handle routing is: _At startup app shell fetch all routing from all remotes and compose the app routing...
Hi guys I am trying to make a shared file, such as context/redux/vuex (i am using vue) but after build i got only a white page, no errors. I thought...
This isn't so much a bug or anything... I'm assuming it's something I setup wrong etc... just curious if anyone had any clue as to what. I changed the Button.js...
Hi everyone, I was following this [tutorial](https://github.com/angular-architects/module-federation-plugin/blob/12.0.0/libs/mf/tutorial/tutorial.md) , then i tried to share a library between the shell and the mfe1 app. I created the lib outside the workspace directory...