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

- **Migrate remaining E2E tests from Cypress to Playwright** - **Complete Playwright migration and update dependencies** - **Complete Playwright migration for remaining E2E tests and update agent configuration** - **Fix...

In the webpack module federation, there is a circular dependency between two remote modules, which causes the.get() function to remain in pending. Besides having the user break the circular dependency,...

I’m looking for a starter project/example that uses Module Federation with: a host application in Vanilla JavaScript, and remote applications built with Angular using SSR. Is there an official or...

In the example given here - https://github.com/module-federation/module-federation-examples/tree/master/nextjs-ssr The latest server chunk does not load in host app, if some changes are done in remote app. The same issue is happening...

Remove dynamic entry imports, inline bootstrap in index, enable async startup across webpack (experiments.asyncStartup) and Rspack (experiments.mfAsyncStartup).

i am running the example for react_hmr. when i run both runhost and app2, and update app2 Hello.tsx, i do not see the changes rendering on host. but i can...

**Approach**: Dynamic module federation setup using following packages ``` "@module-federation/enhanced": "^0.19.1", "@module-federation/vite": "^1.8.1", ``` 1. I am creating instance using **createInstance** as first thing when app loads 2. Take the...

## Summary - replace the Cypress-based end-to-end suite in the automatic vendor sharing example with a Playwright implementation - update Playwright utilities and selectors to match the rendered UI and...

codex

I'm trying to figure out why hot reload doesn't work in my project, and I noticed that react-livereload isn't mentioned in pnpm-workspace.yaml, therefore it cannot be installed and started. And...

### Bug Report **Describe the bug** When using Webpack in a micro-frontend (MFE) setup, url() references inside CSS for fonts (e.g. @font-face { src: url(...) }) are incorrectly resolving to...