Skip to content

junkert/react-microfrontends

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Module Federation Demo

Setup

  1. Clone the repo
  2. Navigate to the ./mfe1, ./mfe2, ./mfe3 directories in separate tabs
  3. Install dependencies by running yarn install in each directory

Running the apps

  1. First make sure to webpack build the distro: yarn webpack build in each mfe directory
  2. Start all 3 apps by running yarn webpack serve from each directory.
  3. MFE1 should be running at http://localhost:9001/ and MFE2 should be running at http://localhost:9002/ and MFE 3 should be running at http://localhost:9003/
  4. Observe the MFE1 Menu displayed in the MFE2 and MF3 app with links between the applications

Note: a good way to test the lazy loading behavior is to use devtools throttle the network speed and then do a hard refresh (or disable cache and refresh):

Future Work

Monorepo to separate repos

In our example we include each microFE into a single monolithic repository. We decided to use this pattern in order to simplify our example here for demo purposes. This means that each individual application can be split into its own repository at the mfe# level in this repository. In the future we may do this to better show how this design pattern might work in real life situations.

Demo

recording.mov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.4%
  • HTML 29.7%
  • CSS 14.9%