The problem I see with the bindings at the moment is, JS uses very different data structures from Reason, so a simple conversion often doesn't give you the power pf Reasons type system.<p>This requires people to bind to JS and then do some runtime-conversion to get idiomatic Reason out of it.