rx-react
rx-react copied to clipboard
ReactJS bindings for RxJS
Hello! I am working on react bindings for rxjs in the context of the latest technologies for both. Rx-React seems like an ideal name. It appears this project has been...

How does one have a child component output a stream that can be used by it's parent directly?
Any plans to support RxJS 5 ? I'm considering forking this repo to provide a RxJS 5 compatible version.
Hi @fdecampredon currently i'm starting using flow in a project and when I check my sources I get ``` node_modules/rx-react/node_modules/fbjs/flow/include/PromiseMap.js:19 19: import type * as Promise from 'Promise'; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ import...
What do you think about rewriting the docs using ES6 classes? createClass will be deprecated eventually (as you can see [here](https://github.com/reactjs/core-notes/blob/master/2016-05/may-19.md#createclass-vs-es2015-classes)) so maybe it's a good idea to stop using...
React [has deprecated the use of](https://github.com/react-ga/react-ga/pull/54) `Object.assign` in the latest version, which makes this library crash. A quickfix would be changing it to `require('module-assign')`. I will be creating a PR...
Nearly all of my projects use rx-lite these days since it was published to npm. Is there any reason we can't use rx-lite? I've run a quick spike on my...
can you give directions on how you would go about adding falcor, please