[ANN] Dominator - Virtual DOM in ClojureScript

2015-05-12 Thread David Sargeant
I'm excited to announce the first release of Dominator https://github.com/dubiousdavid/dominator. Dominator brings the simplicity and performance of the Virtual-DOM https://github.com/Matt-Esch/virtual-dom project to ClojureScript https://github.com/clojure/clojurescript. Dominator encourages

Re: [ANN] Dominator - Virtual DOM in ClojureScript

2015-05-12 Thread Rostislav Svoboda
Dominator brings the simplicity and performance of the Virtual-DOM project to ClojureScript. Is this the same kind of Virtual DOM as in facebook react? I.e. is Dominator a react replacement (written in cljs, of course)? -- You received this message because you are subscribed to the Google

Re: [ANN] Dominator - Virtual DOM in ClojureScript

2015-05-12 Thread David Sargeant
In this case I'm referring to a project called virtual-dom, which is a separate project from React. It is conceptually the same as React, but is smaller, faster, and generally more in line with functional programming principles. https://github.com/Matt-Esch/virtual-dom David -- You received