Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serifcolakel/nx-mehrzweck


https://github.com/serifcolakel/nx-mehrzweck

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

This is a demo of the Module Federation feature using Nx and React.

The main `container` app routes to three remote apps: `about`, `blog`, and `store`. There is a shared `@mehrzweck/ui` library that is versioned and used in all apps.

Apps can be deployed independently, and the version from `packages/ui/package.json` will determine what each app is built with and what it consumes during runtime.

The app is deployed here: https://lucky-semolina-476b64.netlify.app/

You can see that Home and About are serving two different versions of `@mehrzweck/ui` because the latter was deployed with an updated version of the library.