Friday, December 30, 2022

Micro Frontend

 

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.

·       Application can be divided into feature.
·       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


1 comment:

Diving Deep into React Native: The Bridge, Code Conversion, and Debugging

  The React Native Bridge: A Core Concept The React Native bridge is the linchpin that enables seamless communication between the JavaScri...