Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 409 Bytes

react-mfe

This project is to achieve micro frontend architecture using react.

Repo contains

  • Container app
  • Child app 1
  • Child app 2

Container app:

  • Parent/Wrapper app for the child apps
  • MicroFrontend.js is used to render the child apps

Child app 1 & 2:

  • Sample react apps
  • Uses react rewired to override react-scripts config
  • Can be acheived without react rewired, this is just sample project