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

PoC: Dom lite #115

Closed jchavarri closed 2 years ago

jchavarri commented 2 years ago

This is a proof of concept for a potential API for OCaml that does not rely on any preprocessing at all for element creation.

Triggered by discussion from @glennsl in https://github.com/ml-in-barcelona/jsoo-react/discussions/113.

jchavarri commented 2 years ago

This was implemented fully by @glennsl in https://github.com/ml-in-barcelona/jsoo-react/pull/119.