Our journey to Micro Frontend
My team's journey explaining why, how, the problems we faced and solutions while implementing micro-frontend
Micro-frontend architecture is a way to develop frontend which is roughly equivalent to microservices in the backend.
You break your frontend into smaller pieces which can be developed, tested & deployed independently.
[Read More]