All Projects → module-federation → Module Federation Examples

module-federation / Module Federation Examples

Licence: mit
Implementation examples of module federation , by the creators of module federation

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Module Federation Examples

Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (-41.68%)
Mutual labels:  examples, demo
Golang For Nodejs Developers
Examples of Golang compared to Node.js for learning
Stars: ✭ 2,698 (+175.59%)
Mutual labels:  examples, demo
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+1710.32%)
Mutual labels:  federation, federated
Posse gallery
Posse's fancy new gallery for Flutter.
Stars: ✭ 174 (-82.23%)
Mutual labels:  examples, demo
pylodon
Flask-based ActivityPub server
Stars: ✭ 86 (-91.22%)
Mutual labels:  federation, federated
Maixpy scripts
micropython scripts for MaixPy
Stars: ✭ 326 (-66.7%)
Mutual labels:  examples, demo
Javamoney Examples
JavaMoney - Examples
Stars: ✭ 68 (-93.05%)
Mutual labels:  examples, demo
Helloworld Msa
Main repository with documentation and support files
Stars: ✭ 218 (-77.73%)
Mutual labels:  examples, demo
Next On Netlify Demo
Demo of a Next.js app with Server-Side Rendering on Netlify
Stars: ✭ 40 (-95.91%)
Mutual labels:  nextjs, demo
automatic-vendor-federation
Utility to enable automatic vendor sharing within bundles using Module Federation
Stars: ✭ 69 (-92.95%)
Mutual labels:  module, federation
Terrarium Templates
Template and example projects for Fastly Labs Terrarium https://wasm.fastlylabs.com
Stars: ✭ 21 (-97.85%)
Mutual labels:  examples, demo
Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (-96.42%)
Mutual labels:  module
Rcppexamples
Examples of using Rcpp to interface R and C++
Stars: ✭ 33 (-96.63%)
Mutual labels:  examples
Hello nn
Some of my simple neural networks
Stars: ✭ 33 (-96.63%)
Mutual labels:  demo
Purescript Halogen Storybook
A library to assemble examples or develop components separately.
Stars: ✭ 33 (-96.63%)
Mutual labels:  examples
Wordpress Api Nextjs Theme
A workshop on creating a WordPress theme with React and Next.js for WordCamp Montreal
Stars: ✭ 36 (-96.32%)
Mutual labels:  nextjs
Mybatisdemo
书籍《通用源码阅读指导书——MyBatis源码详解》配套示例
Stars: ✭ 35 (-96.42%)
Mutual labels:  demo
Jcnavigator
A decoupled navigator framework of jumping between modules or apps for iOS development.
Stars: ✭ 33 (-96.63%)
Mutual labels:  module
Easyandroid
一个完整基于kotlin的安卓开发框架,采用了mvvm设计模式。涵盖了: 1、基于retrofit2封装的通过kotlin协程实现的网络框架 2、基于阿里开源router修改的api-router实现项目模块化 3、基于glide的图片加载缓存框架 4、基于room实现的往来数据缓存加载 5、基于step实现的数据异步提交 6、基于PreferenceHolder实现的本地数据快速存储 7、基于mlist实现的简单复杂列表的快速开发扩展 8、定制的toolbar可以自适应异形屏,挖孔屏,水滴屏等等。。 本框架几乎涵盖了开发所需的所有模块组件。简单fork之后就可以基于框架快速开发。
Stars: ✭ 33 (-96.63%)
Mutual labels:  module
Stripe Demo Connect Roastery Saas Platform
Roastery demo SaaS platform using Stripe Connect
Stars: ✭ 33 (-96.63%)
Mutual labels:  nextjs

Module Federation Examples

This repository is to showcase examples on Webpack 5's new Module Federation can be used.

If you need support, consider looking at my sponsor profile https://github.com/sponsors/ScriptedAlchemy For companies that require consultations, contact me on twitter or email (on github profile)
Youtube Screencasts https://www.youtube.com/playlist?list=PLWSiF9YHHK-DqsFHGYbeAMwbd9xcZbEWJ
Info site https://module-federation.github.io/
Official Docs https://webpack.js.org/concepts/module-federation
Original Webpack Issue https://github.com/webpack/webpack/issues/10352
Medium post https://link.medium.com/xzFgBBtAx6
JSNation Presentation https://github.com/sokra/slides/blob/master/content/ModuleFederationWebpack5.md

Check out our book

Practical Module Federation Book We will be actively updating this book over the next year as we learn more about best practices and what issues people are running into with Module Federation, as well as with every release of Webpack as it moves towards a release candidate and release. So with your one purchase you are buying a whole year of updates.

Consultations

1 Hour group consultation $100
30 Min 1:1 consultation $60
15 Min 1:1 consultation $30
Bespoke API modifications and hands on code $300-$500/hr

Examples

Legend:

  • ⚠️: In Progress/Incomplete
  • 🔒: Depends on proprietary code that isn't free.

Notes

To run from a git checkout locally, remove all of the proprietary example directories and then run yarn at the repo root. You can then run yarn && yarn start from any of the non-proprietary examples.

Module federation will work with any type of file that youre able to import, that webpack underestands how to process. It is not a JS only, or react only feature. Images, CSS, JSON, WASM, and anything else can be federated.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].