Re: [ClojureScript] OM - issue with props containing functions

2014-01-18 Thread David Nolen
On Sat, Jan 18, 2014 at 9:47 AM, Samuel Aaron samaa...@gmail.com wrote: OK, I looked into this. First I was wrong about apply, I was a bit tired when I wrote that, apply works fine in this instance because the dom macros are also functions. Oh, interesting - that makes complete sense. Out

Re: [ClojureScript] OM - issue with props containing functions

2014-01-18 Thread Samuel Aaron
On 18 Jan 2014, at 16:19, David Nolen dnolen.li...@gmail.com wrote: gen-react-dom-inline-fns generates macros so non-higher order usage of dom/tag inlines into React.DOM.tag gen-react-dom-fns generates real functions so higher order usage works. Ah, I see my misunderstanding now. I was