External Resources
Articles on Generators
- The Definitive Guide to the JavaScript Generators by Gajus Kuizinas
- The Basics Of ES6 Generators by Kyle Simpson
- ES6 generators in depth by Axel Rauschmayer
Articles on redux-saga
- Redux nowadays: From actions creators to sagas by Riad Benguella
- Managing Side Effects In React + Redux Using Sagas by Jack Hsu
- Using redux-saga To Simplify Your Growing React Native Codebase by Steve Kellock
- Master Complex Redux Workflows with Sagas by Brandon Konkle
- Handling async in Redux with Sagas by Niels Gerritsen
- Tips to handle Authentication in Redux by Mattia Manzati
- Build an Image Gallery Using React, Redux and redux-saga by Joel Hooks
- Async Operations using redux saga by Andrés Mijares
- Introduction to Redux Saga by Matt Granmoe
- Vuex meets Redux-saga by Illya Klymov
Addons
- redux-saga-sc – Provides sagas to easily dispatch redux actions over SocketCluster websockets
- redux-form-saga – An action creator and saga for integrating Redux Form and Redux Saga
- redux-electron-enhancer – Redux store which synchronizes between instances in multiple process
- eslint-plugin-redux-saga - ESLint rules that help you to write error free sagas
- redux-saga-router - Helper for running sagas in response to route changes.
- vuex-redux-saga - Bridge between Vuex and Redux-Saga