This is an extension of the redux-sage beginner tutorial from Yassine Elouafi who created redux-saga for us.
⭐ Check out my blog post that details this repository.
Setup
// clone the repo
git clone https://github.com/joelhooks/egghead-react-redux-image-gallery.git
cd egghead-react-redux-image-gallery
npm install
Run the demo
npm start
Run tests
npm test