Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 693 Bytes

File metadata and controls

37 lines (19 loc) · 693 Bytes

React Microfrontends

React Microfrontends example with webpack5 simple clone instagram.

For app

cd app && yarn && yarn start

For post

cd post && yarn && yarn start

For story

cd story && yarn && yarn start

If you want to insert more components, just copy the template folder and create your component as you wish. Just don't forget to change your component's server port, make it available in the app's federation module and link it to the app's index.html as shown in the demo.

Contribution

If you have a correction, open a PR. I'll be excited to review!

Sugestion

If you have a sugestion, open a Issue. I'll be excited to implement!