DEV Community

Discussion on: How To Use Redux with Hooks in a React-TypeScript Project

Collapse
 
geraldmaboshe profile image
Gerald

Thanks. I had to install both because I did not use the npx create-react-app my-app --template redux to create my react app. So I needed to install react-redux manually for us to use Redux with React