You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demonstration of converting a project from redux-thunk to redux-saga. Start at the 2nd commit and pay close attention to how the action tests change as they get the biggest win.
Getting Started
Run:
yarn or npm install
And then:
npm start
About
Demonstration of converting a project from redux-thunk to redux-saga