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
I am currently involved in a big frontend application that uses Redux as global state management.
The codebase is quite big, and we end up with a lot of redux slices, reducers, apis, thunks and listeners.
I was thinking about a nice feature in the devtool (I guess) that would draw a generated graph, showing all the different dependencies between redux components, how they react and depend from each other, how they subscribe and listen to actions, etc.
Something that graphically, helps the dev to understand the state updates.
Thanks for your time
The text was updated successfully, but these errors were encountered:
Hi there!
I am currently involved in a big frontend application that uses Redux as global state management.
The codebase is quite big, and we end up with a lot of redux slices, reducers, apis, thunks and listeners.
I was thinking about a nice feature in the devtool (I guess) that would draw a generated graph, showing all the different dependencies between redux components, how they react and depend from each other, how they subscribe and listen to actions, etc.
Something that graphically, helps the dev to understand the state updates.
Thanks for your time
The text was updated successfully, but these errors were encountered: