Micro-Frontends
Get an overview of micro-frontends, along with their pros and cons.
We'll cover the following...
Overview
Micro-frontends is an architecture style that includes dividing the frontend of a website or application into smaller, independent components, or “micro-frontends,” that may be created and deployed individually. This approach is similar to microservices architecture, but it’s applied to the frontend of the application rather than the backend.
Press + to interact
Advantages of micro-frontends
There are several advantages of using a micro-frontends architecture. These include the following:
-
Scalability: Because micro-frontends are independent components that can be scaled up or down as needed, it’s easier to scale micro-frontends architecture than monolithic architecture. This is because changes to one micro-frontend ...