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.
ClojureScript Zelkova Virtual Dom "The Elm Pattern" = Sane Javascript!
pronounced "f reactive" for functional reactive - name subject to change. This library should be considered experimental - it has not been widely tested.
Crate is a ClojureScript implementation of the awesome Hiccup html templating library.
The main features of ibdknox/crate are: DOM Manipulation.
Open-source alternatives to ibdknox/crate 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… dubiousdavid/dominator — ClojureScript + Zelkova + Virtual Dom + "The Elm Pattern" = Sane Javascript! fluentsoftware/cljs-binding — A ClojureScript binding library. mvc-works/respo — Respo: A virtual DOM library in ClojureScript.