Kioo brings Enlive/Enfocus style templates to React. This allows for much better separation between the view and logic layers of the application.
Hickory parses HTML into Clojure data structures, so you can analyze, transform, and output back to HTML. HTML can be parsed into hiccup vectors, or into a map-based DOM-like format very similar to that used by clojure.xml. It can be used from both Clojure and Clojurescript.
pronounced "f reactive" for functional reactive - name subject to change. This library should be considered experimental - it has not been widely tested.
ClojureScript + Zelkova + Virtual Dom + "The Elm Pattern" = Sane Javascript!
The main features of dubiousdavid/dominator are: DOM Manipulation.
Open-source alternatives to dubiousdavid/dominator include: aaronc/freactive — pronounced "f reactive" for functional reactive - name subject to change. This library should be considered… ckirkendall/kioo — Kioo brings Enlive/Enfocus style templates to React. This allows for much better separation between the view and logic… davidsantiago/hickory — Hickory parses HTML into Clojure data structures, so you can analyze, transform, and output back to HTML. HTML can be… fluentsoftware/cljs-binding — A ClojureScript binding library. ibdknox/crate — Crate is a ClojureScript implementation of the awesome Hiccup html templating library. mvc-works/respo — Respo: A virtual DOM library in ClojureScript.