Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesperpaulsen/module-federation-webpack-test
Testing out microfrontends with module-federation
https://github.com/jesperpaulsen/module-federation-webpack-test
Last synced: about 1 month ago
JSON representation
Testing out microfrontends with module-federation
- Host: GitHub
- URL: https://github.com/jesperpaulsen/module-federation-webpack-test
- Owner: Jesperpaulsen
- License: mit
- Created: 2022-10-30T13:45:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T18:57:33.000Z (about 2 years ago)
- Last Synced: 2023-03-10T10:39:35.059Z (over 1 year ago)
- Language: JavaScript
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Module Federation Test
This code is written by following Stephen Grinders [MFE course](https://www.udemy.com/course/microfrontend-course/).### Overview
It consists of one container and 3 fragments app. The container and two of the apps are written in React, while the last one is written in Vue.### Navigation
The container uses browser router, while the child apps uses in memory router. Auth state is communicated via callbacks.### Develop
The apps can be run indivudially or via the container.### Architecture
The apps are deployed to an S3 bucket. Cloudfront is used as CDN.