https://github.com/sackrin/react-micro-ui
A simple to use framework for creating react based micro frontend applications
https://github.com/sackrin/react-micro-ui
Last synced: 4 months ago
JSON representation
A simple to use framework for creating react based micro frontend applications
- Host: GitHub
- URL: https://github.com/sackrin/react-micro-ui
- Owner: sackrin
- License: mit
- Created: 2019-08-16T14:01:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T10:45:38.000Z (over 5 years ago)
- Last Synced: 2025-10-09T00:40:39.328Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.18 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## React Micro UI/Frontend
A quick ReactJS driven micro frontend framework
### Installation
This is a npm library available for installation via npm
```npm i -s @sackrin/react-micro-ui```
## Hosting
### Example usage using AWS Lambda
https://github.com/sackrin/react-micro-ui-lambda
### Example usage using Express
https://github.com/sackrin/react-micro-ui-express
## Embedding
### Example embedding within NextJS
https://github.com/sackrin/nextjs-micro-ui-example