Clean Up Redux Code with React-Redux Hooks
Published in
6 min readJul 24, 2019
--
If you search “Redux hooks” on Google, you won’t find a lot of resources about the cool new React-Redux hooks API. What you will find are bunch of articles about how to use React hooks as a replacement for Redux and other state management libraries.
But this was never the point of hooks. React hooks were made to allow developers to write functional components that can do all the things we…