Re: ANN: om-sync

2014-02-15 Thread Conrad Barski
On Thursday, February 13, 2014 8:55:00 PM UTC-6, David Nolen wrote: > I've been banging the drum about Om & modularity for a while now and I've > come up with the very beginning of a simple reusable component that I think > demonstrates the power of Om's emphasis on modularity and application wid

Re: [ClojureScript] Re: ANN: Om 0.3.0

2014-01-28 Thread Conrad Barski
f when the library is > evolving so rapidly. Keeping docstrings and tutorials in sync and fielding > questions is keeping me plenty busy :) > > > > David > > > > On Tue, Jan 28, 2014 at 8:46 PM, Conrad Barski wrote: > > Is it wrong to wish "com

Re: [ClojureScript] Re: ANN: Om 0.3.0

2014-01-28 Thread Conrad Barski
Is it wrong to wish "component" worked like this? (component (render [] (div nil "Hello There!"))) (component (render-state [state] (div nil "Hello There!")) (component (will-mount [_] (js/console.log "mounting!"))L (render [

Re: ANN: Om, a ClojureScript binding to Facebook's React

2013-12-24 Thread Conrad Barski
(Should have written "DSL-based" not "macro-based" On Tuesday, December 24, 2013 1:55:19 PM UTC-6, Conrad Barski wrote: > On Tuesday, December 24, 2013 5:27:12 AM UTC-6, Nikita Prokopov wrote: > > Hi David, > > > > cool work, > > > > Just w

Re: ANN: Om, a ClojureScript binding to Facebook's React

2013-12-24 Thread Conrad Barski
On Tuesday, December 24, 2013 5:27:12 AM UTC-6, Nikita Prokopov wrote: > Hi David, > > cool work, > > Just wondering, why in todomvc you rely so heavily onto #js literals, and > prefer dsl-like syntax (dom/...) instead of some declarative markup like > hiccup? Is it because of performance reaso

Re: ANN: Om, a ClojureScript binding to Facebook's React

2013-12-21 Thread Conrad Barski
Two quick questions as I am working through the OM stuff... glad if anyone here has some pointers to point me in the right directions... 1. I seem to be unable to get "lein trampoline cljsbuild repl-listen" to serve up a css file on my own Om project... I have my css located at "[project root]/