You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use several high-level state management approaches, such as useReducer, Zustand, useState + Context to name a few. It would make sense to review the current state in detail and possibly reduce the number of technologies used and decide on an "app-wide" state management approach.