Tried solid, but had problems with some optimizing steps of rescript (destructuring of signals break their reactivity). Anyways I didn’t want to include babel or some other additional tools.
Then I played with vobyjs (like solid but without babel). Not finished (yet), but could work quite nice. You can see some small examples here: GitHub - dkirchhof/rescript-voby.
Right now, I’m trying out some own stuff. No external deps, no babel, no nothing.
Don’t know how far my journey will go. If I will finish my own lib, using voby or keep working with react 