visualization-tool icon indicating copy to clipboard operation
visualization-tool copied to clipboard

Consolidate state management approaches

Open bprusinowski opened this issue 3 months ago • 0 comments

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.

bprusinowski avatar Sep 25 '25 12:09 bprusinowski