react-rx-component icon indicating copy to clipboard operation
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

Results 3 react-rx-component issues
Sort by recently updated
recently updated
newest added

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...