reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
Nick 2021-06-01T21:31:43.050Z

What’s the best way to migrate an om.next project to reagent and re-frame? All the hiccup will be the same, but the data bindings will be all different. Can I mix components from the two projects if I manage the state properly? Wondering how much I have to migrate all at once.