JSPM

  • Created
  • Published
  • Downloads 269699
  • Score
    100M100P100Q169498F
  • License MIT

RxJS based middleware for Redux. Compose and cancel async actions and more.

Package Exports

  • redux-observable
  • redux-observable/lib/ActionsObservable.js
  • redux-observable/lib/EPIC_END

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (redux-observable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Join the chat at https://gitter.im/redux-observable/redux-observable build status npm version npm downloads code climate

RxJS 5-based middleware for Redux. Compose and cancel async actions to create side effects and more.

Install

This has a peer dependencies of rxjs@5.0.* and redux, which will have to be installed as well. It is not currently compatible with RxJS v4

npm install --save redux-observable

JSBin Examples

To see redux-observable in action, here's a very simple JSBin to play around with:

Documentation

Discuss

Join the chat at https://gitter.im/redux-observable/redux-observable

Everyone is welcome on our Gitter channel!

:shipit: