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 is how explicit I can be with where I put state. My 
current experimental design puts state squarely in two places only: an atom 
in the client, and the database (Datomic, for the time being). The server 
essentially behaves like a pure function only. I don't have time to 
enumerate all the benefits of this design as opposed to the mess I usually 
encounter, where state is stored absolutely everywhere.



On Monday, February 3, 2014 3:24:25 PM UTC+1, Dan Holmsand wrote:
>
> 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 
>
> Cheers, 
>
> /dan 
>
>

-- 
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 unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to