render-props-compose icon indicating copy to clipboard operation
render-props-compose copied to clipboard

Compose several nested render props components into a single one

Results 5 render-props-compose issues
Sort by recently updated
recently updated
newest added

Fixes #10 Fixed demo https://codesandbox.io/s/nnmy7jnz0l

I ported the demo into Preact: https://codesandbox.io/s/kw9yy439yv Preact treats children differently. Its always an array https://github.com/developit/preact-compat/issues/366 We make easily make this work for React and Preact by checking if children...

Hi there! Really cool lib here! I recently made a similar lib, [React Composer](https://github.com/jmeas/react-composer). Maybe we can join efforts and unify the community around one component? If not, no worries....

This will probably be a test rendering something similar to the demo, and asserting in the test that what's rendered by the render prop contains what's expected, and that all...

help wanted