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
With hooks + context, it seems the trend is for applications to not default to including redux as the centralized state manager.
I was wondering how difficult it would be to move from redux to pure react. Would that seem feasible with the current implementation or more of a massive lift?
The text was updated successfully, but these errors were encountered:
For us, Context is too slow. We have a lot of shared state that needs to be consumed by a lot of components. react-redux allows us to have blazingly fast state updates
With hooks + context, it seems the trend is for applications to not default to including redux as the centralized state manager.
I was wondering how difficult it would be to move from redux to pure react. Would that seem feasible with the current implementation or more of a massive lift?
The text was updated successfully, but these errors were encountered: