外部资源
关于生成器的文章
- JavaScript 生成器的终极指南 by Gajus Kuizinas
- ES6 生成器基础 by Kyle Simpson
- 深入了解 ES6 生成器 by Axel Rauschmayer
- JavaScript 生成器大放异彩的 3 个案例(+ 理解它们) by Gosha Arinich
关于 redux-saga 的文章
- Redux 如今:从 action 创建者到 sagas by Riad Benguella
- 使用 Sagas 管理 React + Redux 中的副作用 by Jack Hsu
- 使用 redux-saga 简化不断增长的 React Native 代码库 by Steve Kellock
- 使用 Sagas 掌握复杂的 Redux 工作流程 by Brandon Konkle
- 使用 Sagas 处理 Redux 中的异步操作 by Niels Gerritsen
- 在 Redux 中处理身份验证的技巧 by Mattia Manzati
- 使用 React、Redux 和 redux-saga 构建图片库 by Joel Hooks
- 使用 redux saga 进行异步操作 by Andrés Mijares
- Vuex 遇见 Redux-saga by Illya Klymov
- Redux 应用中 3 种常见的副作用处理方法 by Gosha Arinich
- 使用 Redux 和 Sagas 进行延迟注册 by Gosha Arinich
- 使用 Redux Saga 编写更易于测试的代码 by Luiz Guilherme D’Abruzzo Pereira
- Redux 英雄 第 4 部分:每个英雄都需要一个反派(redux-saga.js 的趣味介绍)
- 使用 redux-saga 建模常见模式 by Chanakya Bhardwaj
- 使用 Redux-Saga 简化分析 by Gosha Arinich
- Redux Saga 常见模式 by Andres Mijares
- 坚持尝试:Redux Saga 风格 by Bryan Fillmer
- 再试一次:更多 Redux Saga 模式 by Bryan Fillmer
- Redux First Router Saga by Bryan Fillmer
- 什么是 Redux-Saga? by Alex Richardson
- 对 Redux 和 saga 感到迷茫?自己动手实现它们! by Sébastien Castiel
- 使用 JavaScript 构建强大的 Web 聊天应用程序:深入指南 by Yao-Hui Chua
关于 redux-saga 的视频
- 使用 Redux Saga 实现异步 React by Tyler Clark
- 学习 Redux Saga 系列 by Divyanshu Maithani 和 Deepak Grover
附加组件
- redux-saga-sc – 提供 saga 以便轻松地通过 SocketCluster 网络套接字调度 redux 操作
- redux-form-saga – 用于集成 Redux Form 和 Redux Saga 的操作创建者和 saga
- redux-electron-enhancer – 在多个进程中实例之间同步的 Redux 存储
- eslint-plugin-redux-saga - 帮助您编写无错误 saga 的 ESLint 规则
- redux-saga-router - 帮助在响应路由更改时运行 saga。
- vuex-redux-saga - Vuex 和 Redux-Saga 之间的桥梁
- esdoc-saga-plugin - 用于记录 saga 效果的 ESDoc 插件。
- redux-saga-compose - 以 koa-compose 的风格将 saga 作为中间件进行组合
- redux-saga-requests - 极大地简化了 saga 的 AJAX 请求,支持 Axios 和 Fetch API