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: 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