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
- O'Reilly "Building Microservices"
- "Bringing componentization to the web: An overview of Web Components" by Microsoft
Microfrontends
- micro-frontends.org
- Thoughtworks Technology Radar: Microfrontends
- "Micro Frontends" by Martin Fowler
- "I don’t understand micro-frontends" by Luca Mezzalira
- "Micro frontends—a microservice approach to front-end web development" by Tom Söderlund
- "What you do when the Twitter influencers decide to make fun of Microfrontends" by Joel Denning
- "Bad Assumptions about Microfrontends" by Carlos Filoteo (myself)
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