DEV Community

Discussion on: You gotta try the react-redux hooks!!

Collapse
 
markerikson profile image
Mark Erikson

Glad you like them! Also, please check out 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:

redux-toolkit.js.org

Collapse
 
mwoodson profile image
marques woodson

Oh interesting, I'm taking a look now. Thanks 😊