Fork me on GitHub
#om
<
2017-12-26
>
tianshu01:12:02

Yes, this help me. But something still not clear to me, if I have component A, B. B is rendered in A, and use a global singleton state {:app/x 0}. If I B has a query [:app/x] and A has query (om/get-query B), when I call (om/tansact! this-b ...) it will say has on query on this path. so I have to transact! with reconciler, is it correct?

tianshu09:12:33

not sure if this is relevant, the props in '(dom/div {:height 400 :width 500} "holder")' should has a tag #js.

Ho0man10:12:28

yeah you're correct

Ho0man10:12:14

But the error I get seems to be related to some difference between js dom object and om.nexts', I think

dirklectisch21:12:01

Any good examples of recursive om.next parsers around that incorporate remote sync?