react-redux-saga-boilerplate
react-redux-saga-boilerplate copied to clipboard
Switch to using Redux Toolkit
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
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.
Thanks for your recommendation @markerikson . I will update this repo with Redux Toolkit shortly.