Ranjanrajiv00 Micro Frontends Save

micro-frontends architecture with reactjs, nodejs, express

Project README

Tech Stack

React, Redux, WebPack, Node.js & Express.js

Micro apps (Core, Product and Cart).

  • All micro apps are independently developed and deployed
  • Configured webpack to build UMD library
  • Micro apps will expose two api endpoint implemented in express.js
    • /api/assests (it will serve js & css)
    • /api/render (it will return SSR html)

Commands to run individual micro apps

npm run build
npm run server

Created a AppShell (container app).

Container app are responsible for below

  • Seamless Routing
  • CSR & SSR (Hydration)
  • Load micro apps asynchronously
  • Composing micro apps

Commands to run app-shell

npm run dev
Open Source Agenda is not affiliated with "Ranjanrajiv00 Micro Frontends" Project. README Source: ranjanrajiv00/micro-frontends
Stars
72
Open Issues
0
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating