Micro Frontend Introduction
Its extension of micro services concept to the frontend. We can get rid of frontend Monolith design.
Multiple teams , independent of each other, can develop their features without affecting other teams development, design , quality.
Benefits of using micro frontends.
· Each feature can be owned by a team.
· Micro teams can manage their feature easily.
· We can avoid major conflicts due to small pieces of code of a team.
· Easy to release new versions of application with latest features.
· Easy to manage as less code coupling.
· Isolated development makes development faster with less dependent. Single responsibility makes quality efficient.
-- Gaurav Shukla
- TechNeutron
Nice Information Gaurav.. :)
ReplyDelete