Hi 

Thanks for this library, i like the simplicity.

One issue, I'm trying to add a non standard attr during rendering but it's 
being dropped, is that a bug or a feature :) ?

Specifically trying to add prod-code to the img tag, doesn't turn up in output


      [:img.action {:src "/images/basket.png"
                    :title "Add to basket"
                    :on-click add-to-basket
                    :prod-code code
                    }]
      ]

Thanks

R

On Friday, January 24, 2014 9:52:39 AM UTC-3, Dan Holmsand wrote:
> Cloact, a minimalistic interface between React.js and ClojureScript, is now 
> called Reagent (the old name was bad in all sorts of ways).
> 
> 
> 
> There is also a new little demo of how to implement undo for Reagent 
> components here:
> 
> 
> 
> http://holmsand.github.io/reagent/news/cloact-reagent-undo-demo.html
> 
> 
> 
> The new project page is here:
> 
> 
> 
> https://github.com/holmsand/reagent
> 
> 
> 
> Cheers,
> 
> 
> 
> /dan

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to