ml-in-barcelona / jsoo-react

js_of_ocaml bindings for ReactJS. Based on ReasonReact.
https://ml-in-barcelona.github.io/jsoo-react
MIT License
138 stars 19 forks source link

Consolidate option libs and return unmount effects #17

Closed jchavarri closed 5 years ago

jchavarri commented 5 years ago

This PR consolidates the conversion functions, as well as the effects into one function (as they were reusing most of it). Also solves the conversion from the effects returned value so the "unmount effect" is called too. Fixes #15.

@benschinn Merging this so it can be used for any other future effects work :) but please let me know if you see anything outstanding that should be taken care of, thanks!