module-federation/module-federation-examples

Implementation examples of module federation , by the creators of module federation

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 10th, 2026
Created on April 30th, 2020
Open Issues & Pull Requests: 50 (+0)
GitHub issues: Enabled
Number of forks: 1,814
Total Stargazers: 6,145 (+0)
Total Subscribers: 65 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.7 days
Mean response time: 25.1 days
90th percentile: 56.7 days
Tracked items: 59

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 0% of issues opened in the past year have been closed. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 31
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 547 days
Stale 30+ days: 31
Stale 90+ days: 31

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Implementation Detail (3)
  • question (3)
  • help wanted (2)
  • good first issue (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Module Federation Examples is a collection of implementation examples for Webpack 5's Module Federation feature, created by the originators of module federation.

Module Federation enables developers to share code across independently built and deployed applications, solving the problem of code duplication and tight coupling in micro frontend architectures. The examples demonstrate how to use Webpack 5's native module federation capabilities to create federated applications where multiple applications can consume and expose modules at runtime.

Developers evaluating this repository should understand it serves as a reference implementation collection rather than a framework or tool to adopt directly. It suits teams already committed to module federation who need concrete patterns for implementation across different scenarios and frameworks. The examples use pnpm and workspaces for local development, and developers can run individual examples after installing dependencies and removing proprietary example directories.

The project maintains a comprehensive set of working examples across different frameworks and use cases. The repository includes detailed documentation of all examples in a structured list, and the maintainers actively update guidance materials including a published book on module federation best practices. The project provides direct consultation services and integrates with deployment infrastructure designed specifically for federated applications.