[ANN] Dominator 0.3.0

2015-06-08 Thread Ivan L
Any performance comparisons to refrain 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 post. To

Re: [ANN] Dominator 0.3.0

2015-06-08 Thread David Sargeant
I imagine that performance should be on par with Elm http://elm-lang.org/blog/Blazing-Fast-Html.elm (that is to say, really fast). I haven't had a chance to verify that however. David -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this

[ANN] Dominator 0.3.0

2015-06-07 Thread David Sargeant
* Fixed an issue where style wasn't being applied properly across all browsers. * Added animation-frames http://dubiousdavid.github.io/dominator/doc/dominator.core.html#var-animation-frames signal to sync rendering computations with requestAnimationFrame

[ANN] Dominator 0.3.0

2015-06-04 Thread David Sargeant
* Fixed an issue with :style attribute. * Added animation-frames signal for syncing with requestAnimationFrame. * Live examples! https://github.com/dubiousdavid/dominator#sample-programs Check out my Mario example: http://dubiousdavid.github.io/dominator/examples/mario/ Mario code: