Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siner308/micro-frontend
Version manageable micro frontend implementation
https://github.com/siner308/micro-frontend
architecture micro-frontend module-federation nestjs nextjs react webpack
Last synced: about 5 hours ago
JSON representation
Version manageable micro frontend implementation
- Host: GitHub
- URL: https://github.com/siner308/micro-frontend
- Owner: siner308
- Created: 2023-07-01T06:43:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:23:53.000Z (9 months ago)
- Last Synced: 2024-02-29T21:37:07.814Z (9 months ago)
- Topics: architecture, micro-frontend, module-federation, nestjs, nextjs, react, webpack
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# micro-frontend
implementation practice for micro frontend
## hosts
Real user frontend.
It pulls remote bundles and render components.## remotes
Remote components which developed by many other teams## nginx
Web hosting environment for local testing## bff
Version management backend service## architecture
![image](https://github.com/siner308/micro-frontend/assets/34048253/2f9cf417-184e-4db8-a6db-189ad1828fea)