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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@angular-devkit/build-angular](https://togithub.com/angular/angular-cli) | [`13.3.8` -> `13.3.9`](https://renovatebot.com/diffs/npm/@angular-devkit%2fbuild-angular/13.3.8/13.3.9) | [![age](https://badges.renovateapi.com/packages/npm/@angular-devkit%2fbuild-angular/13.3.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

I've made the decision to release all my work around next.js as open source. https://twitter.com/scriptedalchemy/status/1567253027312246784?s=46&t=Sa4bhIDZI1i-q2GgYNGQuA Work is needed to fold the SSR system into a single plugin. There is a...

I currently have multiple React v17 apps which utilise Module Federation from Webpack 5. I would like for my MUI 5 theme to be shared across all of these micro...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`17.0.74` -> `17.0.75`](https://renovatebot.com/diffs/npm/@types%2freact/18.0.38/17.0.75) |...

workflow-failure

this is my package.json file ``` { "name": "remote-app", "version": "0.1.0", "private": true, "scripts": { "dev": "cross-env NEXT_PRIVATE_LOCAL_WEBPACK=true next dev -p 3001", "build": "next telemetry disable && cross-env NEXT_PRIVATE_LOCAL_WEBPACK=true next...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vue/compiler-sfc](https://togithub.com/vuejs/core/tree/main/packages/compiler-sfc#readme) ([source](https://togithub.com/vuejs/core/tree/HEAD/packages/compiler-sfc)) | [`3.2.47` -> `3.4.19`](https://renovatebot.com/diffs/npm/@vue%2fcompiler-sfc/3.2.47/3.4.19) |...

workflow-failure

Hi, I am using MUI components and configure shared singleton in nextconfig.js file. When I wrapping remote component with MUI Box, its worked. But when i remove Box component, i...