Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Redux] Refactor Redux into using RTK + React Redux and expand Redux into one site wide store #2070

Open
Michaeldremy opened this issue Jan 10, 2024 · 0 comments
Assignees
Labels

Comments

@Michaeldremy
Copy link
Contributor

Michaeldremy commented 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.

@Michaeldremy 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
@Michaeldremy Michaeldremy self-assigned this Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant