First make sure that you indeed can't achieve this idiom using the latest version of ReasonReact. If you need help figuring out how to translate a certain idiom, feel free to ask us onDiscord. If it is not achievable with ReasonReact, you can always write the component in ReactJS first, then bind to it usingour interop. Try to isolate the required functionality into a tiny ReactJS component and write the rest of your code in ReasonReact. Once this is done, feel free tofile an issue explaining your use case!