react-redux-saga-boilerplate icon indicating copy to clipboard operation
react-redux-saga-boilerplate copied to clipboard

Switch to using Redux Toolkit

Open markerikson opened this issue 5 years ago • 2 comments

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

markerikson avatar Feb 08 '20 18:02 markerikson

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.

wesleygrimes avatar Feb 11 '20 00:02 wesleygrimes

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

maitraysuthar avatar Mar 12 '20 17:03 maitraysuthar