DEV Community

Discussion on: How to setup Redux with React (2020)

Collapse
 
bhatvikrant profile image
Vikrant Bhat

Yes absolutely! That is the way I would suggest in 2021. Use react-redux hooks as much as possible. The "connect" is a Higher Order Component (HOC) which is still available, but now days hooks and functional components are the way to go.
Thanks for your comment, I will update the blog with the use of hooks. 😁