module-federation-examples
Dependency federation example
Showcases examples of using Webpack 5's Module Federation feature to manage dependencies across multiple projects
Implementation examples of module federation , by the creators of module federation
6k stars
66 watching
2k forks
Language: JavaScript
last commit: 10 days ago
Linked from 1 awesome list
demoexamplesfederatedfederationfederation-dashboardmodulemodule-federationnextjsstream-federated
Related projects:
Repository | Description | Stars |
---|---|---|
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,791 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,594 |
webpack/webpack-dev-server | Serves a webpack app with live reloading, updating the browser on changes. | 7,798 |
awsdocs/aws-doc-sdk-examples | Repository providing code examples for using AWS SDKs to interact with various AWS services | 9,594 |
ronami/minipack | An implementation of a simplified module bundler written in JavaScript | 3,188 |
css-modules/css-modules | A project providing support and documentation for CSS modules to help developers write component-scoped CSS without conflicts or global scope issues. | 17,660 |
ampproject/worker-dom | A library that enables complex DOM mutations to be performed in a background thread. | 3,215 |
anodynos/urequire | Automates module conversion and bundling with support for multiple languages and plugins | 265 |
aws-samples/aws-cdk-examples | Provides example projects for building AWS infrastructure with the CDK using various programming languages. | 5,154 |
symfony/webpack-encore | A tool for integrating Webpack into web applications, providing a simple and powerful way to bundle and process assets. | 2,233 |
nrdmn/uefi-examples | A collection of examples demonstrating how to build UEFI applications using Zig. | 61 |
mdn/webassembly-examples | Provides code examples and tools for testing and modifying WebAssembly documentation | 1,135 |
expo/expo | An open-source framework for building native mobile apps using React and JavaScript | 34,432 |
mdn/webextensions-examples | A collection of simple browser extension examples using the WebExtensions API | 4,117 |
koajs/examples | A collection of Koa examples illustrating its use in building web applications and other HTTP servers. | 4,524 |