/mfe-poc

Simple project implementing a Module Federation Micro frontend

Primary LanguageJavaScript

Shared Components & Routes

This example demos two applications with their own sets of routes and deployments but a seamless experience for the user.

  • dazzle contains the "People Page" (/) route.
  • reviews-frontend contains the "Create Page" (/admin/reviews/create) and "Audit Page" (/admin/reviews/audit).
  • dazzle also exposes Navigation component.

Running Demo

Run yarn start. This will build and serve both dazzle and reviews-frontend on ports 3001 and 3002 respectively.