Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 999 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 999 Bytes

🧱 Microfrontends App

Modular application built with Microdrontends architecture during the Microfrontends with React: A Complete Developer's Guide course.

💾 Architecture

image

🧠 What I've learned

  • Use microfrontends to architect an app that dozens of teams can work on at the same time
  • Understand how to divide a monolithic app into multiple sub-apps
  • Apply a production-style workflow with a full CI/CD pipeline
  • Isolate rules styling by applying CSS-scoping techniques
  • Coordinate data exchanged between your microfrontends
  • Deploy your microfrontends to Amazon Web Services with CloudFront
  • Judge whether microfrontends are an appropriate choice for your application
  • Lazy load Microfrontends

🔥 Used techonologies

  • Webpack Module Federation
  • Webpack
  • React
  • Vue
  • Amazon S3
  • GitHub Actions