Microfrontends Resources

8 Jul 2020

This post is just an accumulation of a few introductory and valuable resources for learning about and getting started with microfrontends. I'll try to keep this resource as up-to-date as possible.

Microservices

Microfrontends

Frameworks/libraries

  • single-spa: A JavaScript router for front-end microservices
    • qiankun: an opinionated setup based on single-spa
  • bit: build, reuse, and share components
  • Project Mosaic: UI Fragments served by separate services and composed together at runtime according to template definitions.
  • Piral: React-based metaframework that pulls together Pilets (bundles of functionality).

Comparison

// TODO