module-federation-examples
module-federation-examples copied to clipboard
Implementation examples of module federation , by the creators of module federation
Got an interesting and simple case with no straightforward solution. The requirement is pretty simple, for HMR to work well with react I need to add `react-hot-loader/patch` to webpack entrypoint...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [core-js](https://togithub.com/zloirock/core-js) | [`3.23.4` -> `3.24.1`](https://renovatebot.com/diffs/npm/core-js/3.23.4/3.24.1) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [autoprefixer](https://togithub.com/postcss/autoprefixer) | [`10.4.7` -> `10.4.8`](https://renovatebot.com/diffs/npm/autoprefixer/10.4.7/10.4.8) | [](https://docs.renovatebot.com/merge-confidence/)...
Hi i am working on a offline approach to use with module federation and to achieve this i must load and cache all the components from my remotes. But when...
error on yarn install and with buildes ~ yarn install ```bash yarn install v1.22.17 [1/4] 🔍 Resolving packages... warning Resolution field "[email protected]" is incompatible with requested version "[email protected]" [2/4] 🚚...
Hi, We are using module federation framework for PoC project. Container application is developed in React and one of the child app is developed on Angualr 14. While loading the...
Hi, I was using dynamic example for get all aps in my host using function loadcomponent(low level api). Now i need to send from my host what i want to...
**Steps to reproduce** - Clone the repo to a new location - Run `yarn install` on every app folder (consumer, core, other) - Run `yarn serve` on the root folder...
Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@7h3h4ckv157) has found a potential issue, which I would be eager to share with...
So i've created a working example for a server-side rendered application that hydrates on the client side. - No loadable-components required - No stats files being generated and consumed to...