Moving from redux-thunk to redux-saga
I was working on a React, Redux project which involved lots of REST API calls, and I decided to use redux-thunk to handle that. The library no doubt is really amazing but there lot of boiler plate(redundant) code with all those dispatches and all which really…