visualization-tool
visualization-tool copied to clipboard
Consolidate state management approaches
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.