712 Views
Since the React hooks API was introduced, a lot of questions have risen about whether or not React hooks will replace Redux. In my view, there is little overlap between hooks and Redux. Hooks didn't give us magical new state capabilities. Instead, it enhanced the API for things we could already do with React.
0 comments