Published inThe Startup·Aug 25, 2019Member-onlyStop Asking if React Hooks Replace ReduxLots of colleagues have been asking me variations of the same question: “If we’re using hooks in our project, are we going to even need Redux?” “Don’t React hooks make Redux obsolete? Can’t I just do all the same things Redux does with hooks?” A quick Google search will show…React6 min readReact6 min read
Published inThe Startup·Jul 24, 2019Member-onlyClean Up Redux Code with React-Redux HooksIf 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…React6 min readReact6 min read