Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.