DEV Community

Discussion on: Replacing React's Redux library with the useReducer Hook

Collapse
 
kendalmintcode profile image
Rob Kendal {{☕}}

Howdy, apologies for the delay in responding. Apparently Dev didn't fancy notifying me of this comment!

So, in all honesty, I'm using the Redux Tookit in our production project and I have no intention of swapping over to using my approach in this article. However, if I started a new project, I'm going with useReducer.

I think there are benefits to using useReducer, for sure, but I think they would be eclipsed by the effort involved in switching from your existing Redux setup in order to use it.