James
--
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 clojurescrip...@googlegroups.com.
To post to this group, send email to clojur...@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.
Hi James,I saw your ClojureX video about Flow, cool stuff!
I believe there are some synergies between a lower level hiccup Virtual DOM style library (direction hipo might evolve) and the various UI library based on hiccup, either relying on React or implementing their own DOM manipulation strategies like Flow. Ideally those libraries could just use hipo (or equivalent) and focus on the higher level features they provide.
You received this message because you are subscribed to a topic in the Google Groups "ClojureScript" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojurescript/IxbyPOQd7yI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojurescrip...@googlegroups.com.
thanks fo the honest feedback!
To clarify I intend to keep hipo pretty low level and to focus on creation/update of DOM elements from hiccup representation. I am a fervent believer of the one library does one thing mantra ;)
I will look more closely into Flow as it looks like you already implemented some of the things I am considering.
Continuing the discussion on github.
Cheers,
Julien