om-next

sova-soars-the-sora 2017-01-20T20:10:39.000540Z

is invoking (om/add-root! ) multiple times [making multiple root objects] not cool?

samcf 2017-01-20T20:26:33.000543Z

i believe it replaces it

sova-soars-the-sora 2017-01-20T22:25:10.000552Z

So I'm trying to tie a submit button to some socket-sending code. I want to capture the "submit" event (which captures both [Enter] key press and onClick events) ... is :onSubmit a valid #js{ :whatever } ? Is there a place where I can find all the #js{} equivalents for javascript event handling?

ballpark 2017-01-20T22:50:12.000555Z

I've got a little om.next thing going and my next step is to connect it to the backend (server, remote). I would like to use postgresql, with clojure/java.jdbc or honeysql. I figure it will take some work to translate om.next's query language to sql (jdbc, or honeysql). I did some googling for people that have tried this, and haven't had much luck. Any advice from you folks? Thanks!