This project was bootstrapped with Create React App. using this command
npx create-react-app project-name --template typescript
- React-redux, redux-thunk and redux and since It is react typescript project we have to install the types for this packages as well
npm install react-redux redux redux-thunk --save
npm i -D @types/react-redux @types/redux @types/redux-thunk
- immutability-helper: for immuting my store i.e reducer state
- axios