Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-redux-observable

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

React, dispatchOnMount, Rx, Ducks, Reducks, Redux, middleware, observable, thunk, async, cancel, action

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 courseredux-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)