Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serifcolakel/nx-mehrzweck
https://github.com/serifcolakel/nx-mehrzweck
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/serifcolakel/nx-mehrzweck
- Owner: serifcolakel
- Created: 2024-02-22T19:10:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T22:22:19.000Z (10 months ago)
- Last Synced: 2024-11-09T02:52:39.576Z (2 months ago)
- Language: TypeScript
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.