Redux Saga

A Redux middleware library that aims to make application side effects such as asynchronous data fetching and accessing browser caches easier to manage and more efficient to execute. Uses ES6 Generators to make async flows easy to read, write, and test.

API entry from apis.yml

apis.yml Raw ↑
name: Redux Saga
description: A Redux middleware library that aims to make application side effects such as asynchronous
  data fetching and accessing browser caches easier to manage and more efficient to execute. Uses ES6
  Generators to make async flows easy to read, write, and test.
humanURL: https://redux-saga.js.org
baseURL: https://redux-saga.js.org
tags:
- Async
- Generators
- Middleware
- Side Effects
properties:
- type: Documentation
  url: https://redux-saga.js.org/docs/introduction/GettingStarted
- type: GitHubRepository
  url: https://github.com/redux-saga/redux-saga
- type: NpmPackage
  url: https://www.npmjs.com/package/redux-saga