om

Please ask the channel first, not @dnolen directly!
urbank 2017-07-06T13:26:21.139466Z

Does om have a helper function for calling pure javascript react components?

urbank 2017-07-06T13:26:31.144868Z

js/React.createElement

2017-07-06T13:27:30.177377Z

(dom/create-element component attrs)

urbank 2017-07-06T13:29:20.237990Z

ah, thanks. Still a bit long when all the child elements are from semantic-ui 😛

fenton 2017-07-06T18:13:25.629904Z

I'm working on an om-next tutorial. Could someone remind me why a component with a simple query runs the query twice again?

fenton 2017-07-06T18:15:12.691039Z

My reader doesn't return true for :remote. I know I've seen an explanation somewhere, but I can't remember why the query is run twice.

claudiu 2017-07-06T20:18:55.744078Z

@fenton think it's once for local and once for every remote.

fenton 2017-07-06T20:23:06.876849Z

Ok I'll check that out thx.

samcf 2017-07-06T23:02:24.863216Z

Is there some way to, given a component query (`(om.next/get-query Component)`), query the app state and get back the value that will be sent to the component?

samcf 2017-07-06T23:06:26.932940Z

Maybe the parser...