Cross post of Possible to mix jsoo and rescript (without json)? - Learning - OCaml
Besides using json, is it possible to mix jsoo and rescript in a single project ?
I’d like to use rescript for the React-ish stuff, and jsoo for the OCaml libraries not ported to rescript.
I’m wondering if there is a way to link the two, besides (directly) using json; i.e. if it’s OCaml/jsoo on oneside and OCaml/rescript on the other, is there a easier way to connect them ?