DEV Community

Discussion on: Can You Replace Redux with React Hooks?

Collapse
 
coderabdo profile image
coder-abdo

Hey Chris, your article is amazing, clarify everything. I think the react hooks are significantly changing the whole game In React world, so can it replacing the redux state management yup it can do that and it recommended in the small apps and in the future react will implement the middlewares and sagas in React either with custom hooks or by adding that feature and become more framework.

Collapse
 
chrisachard profile image
Chris Achard

Thanks! Yeah, hooks have been super nice for redux especially. I still get tripped up by useEffect sometimes :) but overall I like them more than classes