DEV Community

Discussion on: Implementing State Management using Context API and Hooks in React

Collapse
 
whymatter profile image
Oliver

Hi, I read your article and stumbled across the point where you mention the connect method of redux. Now since hooks came out you can use the new redux hooks useDispatcher and useSelector. Those two make working with redux much easier!