let me know if this belongs elsewhere: is anyone working on integration of lambda / om-next / server-side-part-of-react/reagent ? in theory, it seems possible to have a *.cljc file, where some "server event handlers" are auto built via portkey, and the UI side -> cljs
the advantage of this is that one can write client+!server side 'as if it was one app', and the compiler splits what goes where
this was somehow my grand vision for enliven 🙂