react-rx-component
react-rx-component copied to clipboard
Yet another RxJS library for React :) Create container components (also known as smart components) by transforming a sequence of props
not sure what project supercedes this?
Hi I'm trying to create a smart component to retrieve window size and pass it as props to the dumb component. It works fine when I resize the window. I...
This came up today trying to pass a `funcSubject` as a ref callback function. Because we're not actually subscribed when the ref callback fires (ie before `componentDidMount`), the value is...