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

This is my package.json { "name": "remote", "version": "0.1.0", "private": true, "scripts": { "dev": "NEXT_PRIVATE_LOCAL_WEBPACK=true && next dev", "build": "NEXT_PRIVATE_LOCAL_WEBPACK=true && next build", "start": "next start", "lint": "next lint" },...

I've switched from page router to the app router but on build time module federation throws error. it's main error is about react-dom which it couldn't find. I was using...

I have an error when trying to call a remote bundle using "injectScript", my host app is Next 14 and the others can be React or Angular, React bundles are...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rspack/dev-server](https://rspack.dev) ([source](https://togithub.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-dev-server)) | [`0.5.1` -> `0.5.4`](https://renovatebot.com/diffs/npm/@rspack%2fdev-server/0.5.1/0.5.4) |...

workflow-success

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rspack/core](https://rspack.dev) ([source](https://togithub.com/web-infra-dev/rspack/tree/HEAD/packages/rspack)) | [`0.5.1` -> `0.5.4`](https://renovatebot.com/diffs/npm/@rspack%2fcore/0.5.1/0.5.4) |...

workflow-success

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rspack/cli](https://rspack.dev) ([source](https://togithub.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli)) | [`0.5.1` -> `0.5.4`](https://renovatebot.com/diffs/npm/@rspack%2fcli/0.5.1/0.5.4) |...

workflow-failure

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-cli)) | [`7.23.4` -> `7.23.9`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.23.4/7.23.9) |...

workflow-failure

I want to add an example of how to use `module-federation` with next 14.

Hi, I have developed a microfrontend application where the parent application loads all the child applications using the concept of webpack Dynamic Remote Containers. Currently I have a problem when...

Hello i created a new next js application with this configs: package.json: ``` { "name": "template-host-app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next...