Re: ANN: Reagent 0.3.0 - now with async rendering

2014-02-05 Thread David Simmons
Thanks Dan I'll give this a go. cheers Dave -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To un

Re: ANN: Reagent 0.3.0 - now with async rendering

2014-02-05 Thread Dan Holmsand
On 5 feb 2014, at 23:28, David Simmons wrote: > Do you have a simple example of passing child components and then rendering > them as I cannot get this to work - I fairly new to Clojure so it could be > user error. Yeah, that is apparently a bit tricky: see https://github.com/holmsand/reagent

Re: ANN: Reagent 0.3.0 - now with async rendering

2014-02-05 Thread David Simmons
Hi Dan First of all thank you for Reagent - I'm enjoying playing with the library. Do you have a simple example of passing child components and then rendering them as I cannot get this to work - I fairly new to Clojure so it could be user error. cheers Dave -- You received this message beca

Re: ANN: Reagent 0.3.0 - now with async rendering

2014-02-04 Thread Dan Holmsand
On Tuesday, February 4, 2014 11:24:16 AM UTC+1, Robin Heggelund Hansen wrote: > Gotta ask, what's the difference between Om and Reagent? > Well, I'd say that the basic functionality of the two is quite similar: it's all about efficiently transforming some application state into a UI descripti

Re: [ClojureScript] ANN: Reagent 0.3.0 - now with async rendering

2014-02-04 Thread Dan Holmsand
Thanks, I enjoy writing it! ClojureScript is such a delight to use (except, of course, when Closure's advanced compilation bites you where it hurts). :) /dan On 4 feb 2014, at 09:09, Henrik Eneroth wrote: > Cheers, Dan! > > > I'm doing experiments with both Reagent and Om at the moment, and

Re: ANN: Reagent 0.3.0 - now with async rendering

2014-02-04 Thread Robin Heggelund Hansen
Gotta ask, what's the difference between Om and Reagent? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first

Re: ANN: Reagent 0.3.0 - now with async rendering

2014-02-04 Thread Henrik Eneroth
Cheers, Dan! I'm doing experiments with both Reagent and Om at the moment, and I'm very excited about this way of rendering changes to a webpage. I particularly enjoy how easy it is to work with Reagent's API, and appreciate the time you are putting into this project. One of the major wins i

Re: [ClojureScript] ANN: Reagent 0.3.0 - now with async rendering

2014-02-03 Thread Dan Holmsand
I don't think that is from Reagent. But maybe it comes from css? It does look a bit like a clearfix (or somesuch) css rule gone wrong. /dan On 4 feb 2014, at 04:53, ritchie turner wrote: > > Hi Dan > > This is a long shot, but I do have some wierd stuff going on at the mount > point and a

ANN: Reagent 0.3.0 - now with async rendering

2014-02-03 Thread Dan Holmsand
Reagent, a minimalistic interface between React.js and ClojureScript, is now at 0.3.0. The new release adds a couple of bugfixes, and async rendering. Read more here: http://holmsand.github.io/reagent/news/reagent-is-async.html The project page is here: https://github.com/holmsand/reagent Che