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

Switch to using Redux Toolkit #4

Open
markerikson opened this issue Feb 8, 2020 · 2 comments
Open

Switch to using Redux Toolkit #4

markerikson opened this issue Feb 8, 2020 · 2 comments

Comments

@markerikson
Copy link

Hi, I'm a Redux maintainer. I'd specifically recommend switching the logic to use our new official Redux Toolkit package. It includes utilities to simplify several common Redux use cases, including store setup, defining reducers, immutable update logic, and even creating entire "slices" of state at once:

https://redux-toolkit.js.org

@wesleygrimes
Copy link

I second @markerikson. As a core NgRx team member we are excited to see the work Mark and team are doing with RTK. Highly recommend.

@maitraysuthar
Copy link
Owner

Thanks for your recommendation @markerikson . I will update this repo with Redux Toolkit shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants