Skip to content

coryhouse/react-typescript-module-federation

 
 

Repository files navigation

Webpack 5 Module Federation with React/Typescript

This project consist of three pieces: a host app container and two remotes app1 app2.

  • app1 exposes CounterAppOne component.
  • app2 exposes CounterAppTwo header component.
  • container imports CounterAppOne and CounterAppTwo components.

Running the Demo

npx lerna bootstrap
npm start

Lerna will start all 3 projects.

Tech Stack

React, Typescript, Chakra UI, Webpack, Lerna, React Router

About

Micro Frontend with React, React Router, Typescript, and Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.2%
  • JavaScript 42.0%
  • Shell 2.5%
  • HTML 2.3%