DEV Community

Discussion on: ⚛️ 🚀 React Component Patterns

Collapse
 
luubinhan profile image
Lưu Bình An

About this opinion about Provider Pattern vs state management library "there is no need to over-engineer the problem. Introducing a state management library creates a lot of repetitive boilerplate code, complex flows that other developers need to learn", I would say Provider Pattern is a complex flow and have many edge case and you had to do it carefully, or you have a nightmare with re-render without knowing where is the cause