Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 645 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 645 Bytes

Dynamic Micro-frontend Remote Load

This example shows how a host application loads remote micro-frontends.

  • mfe-app1 is a React host application.
  • mfe-app2 React standalone application which exposes App component.
  • mfe-app3 React standalone application which exposes App component that requires

Running Demo

Run yarn start. This will build and serve both mfe-app1, mfe-app2, and mfe-app3 on ports 3001, 3002, and 3003 respectively.