Right now Render Props are the best way to reuse functionality in ReasonReact. But when you have a bunch of them to use the code starts to get really hard to read and move stuff.
Here’s our proposal and PoC for a possible solution leveraging CPS sugar concept.
Read more about it here