Why Micro-frontends Are Amazing ?
Micro-frontends are like micro-services which exists within the browser.
Micro-frontends architecture is good practice to follow when the application is becoming complex as the features are growing overtime and hard to maintain.
Example shows how different applications sharing the common space.
Advantages of using micro-frontends
- Teams Independent— For example if there are Team A and Team B each team can work independently developing, testing and deploying there features.
- Technology independent — Team A can work on Angular and Team B can work on React.
- Testing can be done easily.
- Maintain code to deploy in smaller parts.
Conclusion:
Micro-fronts is one of the best solutions out there which would benefit when compared to monolithic approach.
Hope you find this article useful. Thanks for reading!