Possible to mix jsoo and rescript (without json)?

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 ?

What do you mean by connecting them? You can share code between ocaml and rescript without problems as long as you don’t use dependencies or some newer advanced features from ocaml or rescript.