Fork me on GitHub
#om
<
2017-08-11
>
danielstockton13:08:36

@fenton I add a :server/errors key in the response which I handle specially in my merge function.

danielstockton13:08:51

e.g. show alert messages

cjhowe16:08:13

is there a way to use hiccup for om.next dom rendering? does om.next work with sablono?

cjhowe16:08:28

and does that work server-side?

samcf16:08:29

i have used sablono with om, at least client side, no problem

samcf16:08:44

just worked (tm)

cjhowe17:08:28

sweet, thanks!

cjhowe17:08:51

i guess i didn't realize om.dom is the same as in om.now, never used om.now