[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 a single 
flow of events, using pure functions for updating state and rendering, and 
using Zelkova https://github.com/jamesmacaulay/zelkova/core.async 
http://clojure.github.io/core.async/ for data flow. The concepts and 
patterns from the Elm http://elm-lang.org/ language are used extensively.

Please hit me up with any questions.

David


https://github.com/dubiousdavid/dominator

[dominator 0.1.0]

-- 
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/d/optout.


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
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/d/optout.


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 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/d/optout.