npm install redux react-redux
npm install -D @types/redux @types/react-redux
npx create-react-app hello-world --typescript
/* Answer to: "react redux typescript" */
/*
I suggest checking out:
- https://redux.js.org/recipes/usage-with-typescript/
- https://medium.com/@rossbulat/how-to-use-typescript-with-react-and-redux-a118b1e02b76
*/
// Complete guide to react redux typescript
// https://github.com/piotrwitek/react-redux-typescript-guide