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
We are using the classic version of Redux and the Modern way of writing redux. It's time to get rid of the old and in with the new!
@reduxjs/toolkit + react-redux is the modern take on writing redux. Look into migrating code/versions into using @reduxjs/toolkit + react-redux.
Additionally it is better to have one large store rather then multiple stores as it improves performance. Only under specific circumstances does the store need to be broken into smaller ones.
The text was updated successfully, but these errors were encountered:
Michaeldremy
changed the title
[Redux] Sync Redux package and expand Redux into one site wide store
[Redux] Refactor Redux into using RTK + React Redux and expand Redux into one site wide store
Jan 10, 2024
We are using the classic version of Redux and the Modern way of writing redux. It's time to get rid of the old and in with the new!
@reduxjs/toolkit
+react-redux
is the modern take on writing redux. Look into migrating code/versions into using@reduxjs/toolkit
+react-redux
.Additionally it is better to have one large store rather then multiple stores as it improves performance. Only under specific circumstances does the store need to be broken into smaller ones.
The text was updated successfully, but these errors were encountered: