Redux Observable

RxJS-based middleware for Redux. Compose and cancel async actions to create side effects and more using Epics. An epic is a function which takes a stream of actions and returns a stream of actions.

API entry from apis.yml

apis.yml Raw ↑
name: Redux Observable
description: RxJS-based middleware for Redux. Compose and cancel async actions to create side effects
  and more using Epics. An epic is a function which takes a stream of actions and returns a stream of
  actions.
humanURL: https://redux-observable.js.org
baseURL: https://redux-observable.js.org
tags:
- Middleware
- Observables
- Reactive
- Rxjs
properties:
- type: Documentation
  url: https://redux-observable.js.org/docs/basics/Epics.html
- type: GitHubRepository
  url: https://github.com/redux-observable/redux-observable
- type: NpmPackage
  url: https://www.npmjs.com/package/redux-observable