The problem with ReasonReact is - it’s still React.
(No kidding.)
Today I tried fixing a bug in my ReasonReact form app.
After some debugging, I realized that I have a problem with derived state which I receive from a custom hook.
I now have to find out how to best synchronize my state.
The good thing about ReasonReact is - it’s still React. Easily search for solutions, and utilize your previous React knowledge.