async-redux-saga
async-redux-saga copied to clipboard
Just another approach to manage async operations using redux-saga
Distributed Async calls with redux sagas 
A similar approach to Flattering Promise Chains using redux sagas.
Check the final demo here.
Check the article here
Installation
- Clone the repo
- Run
npm install - Run
npm start - Find way to make it better, and pull request!