Skip to content

kidjp85/redux-observable

 
 

Repository files navigation

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 peer dependencies of rxjs@5.0.* and redux, which will have to be installed as well. Support for RxJS v4 can temporarily be provided by an optional adapter.

npm install --save redux-observable

IMPORTANT: redux-observable does not add any of the RxJS operators to the Observable.prototype so you will need to import the ones you use or import all of them in your entry file. Learn more.

Watch an introduction

Watch a video on 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!

Custom Emoji

Save this:

Add the redux-observable spinning logo to your Slack channel! Slack Instructions


:shipit:

About

RxJS middleware for action side effects in Redux using "Epics"

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.4%
  • TypeScript 20.6%
  • Shell 4.5%
  • CSS 1.5%