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

Migrate Redux setup to Redux Toolkit #2135

Open
grahamalama opened this issue Oct 28, 2021 · 0 comments
Open

Migrate Redux setup to Redux Toolkit #2135

grahamalama opened this issue Oct 28, 2021 · 0 comments

Comments

@grahamalama
Copy link
Contributor

As was discussed in #2119:

"It would be great if we could align [our Redux setup] with the latest recommendations."

The latest recommendations are essentially to use Redux Toolkit (RTK). Much of the Redux documentation today assumes you are using Redux Toolkit.

My thought for migration would be:

  1. migrate slices of the store (one slice at a time) to createSlice
  2. modify our store creation setup to use RTK's configureStore
  3. update documentation to instruct plugin authors to migrate to RTK (optional?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant