@mbappai
This is a very good advice. I never really use global state until I really don’t have a choice. My major reason for using a global state management solution is when I need to share data across different pages, even for cases like this my goto is just useContext + useState/useReducer