Fork me on GitHub
#om-next
<
2017-01-16
>
sova-soars-the-sora00:01:00

Maybe someone can illuminate why every component but the root component must be passed to (om/factory) before it grabs onto the screen? Does (om/add-root!) implicitly do this step?

sova-soars-the-sora04:01:29

Lines 136, 137, 138 show how one could use a case statement to adjust what renders based on authenticated session or not. However, I think you were wondering about not sending data over the wire, not just not rendering/displaying it.. Hmm.. Maybe you can match every query word against a permission level... serverside parser ... :remote

stijn08:01:11

yes server-side definitely

sova-soars-the-sora19:01:27

@stijn excellent find. the (owns?) is still blurry to me on first glance because it looks like you need two ...(owner-rules) and (owns?) but I can sorta feel the gist.