Glossary

Micro-frontends

Micro-frontends is an architectural approach that brings microservices ideas to the frontend: the application is split into independent parts, each developed, tested, and deployed by a separate team.

Motivation

A large monolithic SPA becomes painful: 5–10 teams edit one repository, deploys are blocked, dependency conflicts arise. Micro-frontends let teams work independently.

Integration approaches

Challenges

Justified for large products (5+ teams). For small ones — unnecessary complexity.