Русский перевод Redux Saga
  • Главная страница
  • Содержание
    • Главная страница
    • 1. Введение
      • 1.1 Руководство для начинающих
      • 1.2 Предпосылки Saga
    • 2. Основные концепции
      • 2.1. Использование хелперов Saga
      • 2.2 Декларативные эффекты
      • 2.3 Отправка действий
      • 2.4 Обработка ошибок
      • 2.5 Распространёная абстрация: Эффект
    • 3. Продвинутые концепции
      • 3.1 Получение будущих действий
      • 3.2 Неблокирующие вызвы
      • 3.3 Выполнение задач параллельно
      • 3.4 Выполнение гонки между несколькими эффектами
      • 3.5 Последовательность Sagas с использованием yield*
      • 3.6 Композиция Sagas
      • 3.7 Отмена задач
      • 3.8 Модель форвка redux-saga
      • 3.9 Общие паттерны параллелизма
      • 3.10 Примеры тестирования Sagas
      • 3.11 Подключение Sagas к внешнему входу/выходу
      • 3.12 Использование каналов
      • 3.13 Шаблоны корневой саги
    • 4. Рецепты
    • 5. Внешние ресурсы
    • 6. Исправление проблем
    • 7. Глоссарий
    • 8. Справочник API
Powered by GitBook
On this page
  • Articles on Generators
  • Articles on redux-saga
  • Videos on redux-saga
  • Addons
  1. Содержание

5. Внешние ресурсы

Previous4. РецептыNext6. Исправление проблем

Last updated 6 years ago

Articles on Generators

  • by Gajus Kuizinas

  • by Kyle Simpson

  • by Axel Rauschmayer

  • by Gosha Arinich

Articles on redux-saga

  • by Riad Benguella

  • by Jack Hsu

  • by Steve Kellock

  • by Brandon Konkle

  • by Niels Gerritsen

  • by Mattia Manzati

  • by Joel Hooks

  • by Andrés Mijares

  • by Matt Granmoe

  • by Illya Klymov

  • by Gosha Arinich

  • by Gosha Arinich

  • by Luiz Guilherme D’Abruzzo Pereira

  • by Chanakya Bhardwaj

  • by Gosha Arinich

  • by Andres Mijares

  • by Bryan Fillmer

  • by Bryan Fillmer

  • by Bryan Fillmer

  • by Alex Richardson

Videos on redux-saga

Addons

by Tyler Clark

– Provides sagas to easily dispatch redux actions over SocketCluster websockets

– An action creator and saga for integrating Redux Form and Redux Saga

– Redux store which synchronizes between instances in multiple process

- ESLint rules that help you to write error free sagas

- Helper for running sagas in response to route changes.

- Bridge between Vuex and Redux-Saga

- ESDoc plugin for documenting sagas effects.

- Compose sagas as middleware in the style of koa-compose

- Tremendously simplifies AJAX requests with sagas, supports Axios and Fetch API

The Definitive Guide to the JavaScript Generators
The Basics Of ES6 Generators
ES6 generators in depth
3 cases where JavaScript generators rock (+ understanding them)
Redux nowadays: From actions creators to sagas
Managing Side Effects In React + Redux Using Sagas
Using redux-saga To Simplify Your Growing React Native Codebase
Master Complex Redux Workflows with Sagas
Handling async in Redux with Sagas
Tips to handle Authentication in Redux
Build an Image Gallery Using React, Redux and redux-saga
Async Operations using redux saga
Introduction to Redux Saga
Vuex meets Redux-saga
3 common approaches to side-effects in Redux apps
Lazy registration with Redux and Sagas
Writing more testable code with Redux Saga
Redux Hero Part 4: Every Hero Needs a Villain (A Fun Introduction to redux-saga.js)
Modelling common patterns with redux-saga
Analytics on easy mode with Redux-Saga
Redux Saga common Patterns
Keep Trying: Redux Saga Style
Try Again: More Redux Saga Patterns
A Redux First Router Saga
What is Redux-Saga?
Async React with Redux Saga
redux-saga-sc
redux-form-saga
redux-electron-enhancer
eslint-plugin-redux-saga
redux-saga-router
vuex-redux-saga
esdoc-saga-plugin
redux-saga-compose
redux-saga-requests