Microfrontends are small, loosely coupled and independently developed frontend components that can be composed in a flexible way to make a frontend. They are the frontend pendant to microservices and are based on the same principles of breaking down a monolithic system.
Microfrontends are small, loosely coupled and independently developed frontend components that can be composed in a flexible way to make a frontend.
They are the frontend equivalent of microservices and are based on the same principles of breaking down a monolithic system, although not necessarily with the same granularity.
More information:
- Microfrontend article on Martin Fowler's blog
- Micro-frontends.org a comprehensive introduction to microfrontend principles