K47
0
Q:

react redux

npm install redux
0
// Complete guide to react redux typescript

// https://github.com/piotrwitek/react-redux-typescript-guide
1
/* 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
*/
1
 import { connect } from 'react-redux'
1
Copynpx create-react-app my-app --template redux
2
yarn add react-redux
1
npx create-react-app my-app --template redux
0
# If you use npm: npm install react-redux # Or if you use Yarn: yarn add react-redux
0

New to Communities?

Join the community