iamgbayer / microfrontends

A practical approach to microfrontends architecture.

Home Page:https://entrypoint-c996a4.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microfrontends

A practical approach to micro frontends architecture, this is a POC.

About

  • Deploys are independent because each service is delivered in different domains
  • The codebase of each service is independent with monorepo
  • Each service codebase is encapsulated thought monorepo packages
  • Reuse third-party bundle between services with fetching them through CDN
  • Share global data between services with customProps

Improvements

  • Webpack configurations
  • Environment settings
  • Trigger independents deploys based on package changes

Demo

About

A practical approach to microfrontends architecture.

https://entrypoint-c996a4.netlify.app/


Languages

Language:JavaScript 71.9%Language:EJS 28.1%