Ryan Allred
Results
12
comments of
Ryan Allred
I had the same thought, but I do love the fact that hooks don't require wrapping components. Why not implement a recompose-like api on top of hooks? https://github.com/Synvox/rehook This project...
@rjhilgefort I agree, and that decoupling is why I use recompose too. The nice thing about rehook is you can use it to map props to a dumb component. https://codesandbox.io/s/0vx6nn39n0?module=%2Fsrc%2FCounter.js...