Fork me on GitHub
#om-next
<
2017-01-20
>
sova-soars-the-sora20:01:39

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

samcf20:01:33

i believe it replaces it

sova-soars-the-sora22:01:10

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?

Frank Henard22:01:12

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!