Package detail

react-redux-observable

React helpers for redux-observable, e.g. @dispatchOnMount(...actions)

React, dispatchOnMount, Rx, Ducks

readme

react-redux-observable Build Status npm version

React helpers for redux-observable

Install

npm install --save react-redux-observable

NOTE: This has a peer dependencies of rxjs@5.0.*, redux, react, and of course redux-observable, all of which will have to be installed as well.

Usage

Basic

It just works. Trust me. And Travis, whoever he is.

:shipit:

changelog

0.0.1 (2016-05-18)

Features

  • dispatchOnMount: add decorator to dispatch thunkservables on mount (3cb8c7e)