DIY repository setup - martin-corevski/react-basics-redux GitHub Wiki
Step by step guide
First follow this guide
Install
npm i -S redux react-redux
- For the redux-advanced branch, you will need to install redux-thunk
npm i -S redux-thunk
- For my react-redux-app and react-pwa I am using redux-saga
npm i -S redux-saga