Skip to content

Micro Frontend

Medium — good to knowArchitecture

ELI5 — The Vibe Check

Micro frontends are microservices for the UI. Different teams own different parts of the page — Team A builds the product section in React, Team B builds the cart in Vue. It sounds chaotic because it kind of is, but it scales team independence.

Real Talk

An architectural style where a frontend application is decomposed into smaller, independently developed, tested, and deployed frontend applications. Each micro frontend is owned by a team and can use different frameworks. They're composed at runtime through module federation, iframes, web components, or server-side composition.

When You'll Hear This

"Each team ships their micro frontend independently — the shell app composes them at runtime." / "Micro frontends are great for organizational scaling but add complexity for small teams."

Made with passive-aggressive love by manoga.digital. Powered by Claude.