UNPKG

react-redux-observable

Version:

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

21 lines (12 loc) 644 B
# react-redux-observable [![Build Status](https://travis-ci.org/redux-observable/react-redux-observable.svg?branch=master)](https://travis-ci.org/redux-observable/react-redux-observable) [![npm version](https://badge.fury.io/js/react-redux-observable.svg)](https://badge.fury.io/js/react-redux-observable) React helpers for redux-observable ## Install ```sh 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: