hipo icon indicating copy to clipboard operation
hipo copied to clipboard

A ClojureScript DOM templating library based on hiccup syntax

Results 3 hipo issues
Sort by recently updated
recently updated
newest added

Currently, the following syntax does not produce the expected output: ```clojure [:div.baz {:class [:foo]} bar] ``` Expected: ```clojure bar ``` Actual: ```clojure bar ```

Out of the box, in a fresh clojurescript repl, I get the following error: ```(hipo/create [:div "a"] {:force-compilation? true})``` ```Error: Failed to compile``` Coming from this line of code: https://github.com/jeluard/hipo/blob/master/src/hipo/compiler.clj#L177

[core.rrb-vector](https://github.com/clojure/core.rrb-vector) might help with hiccup performance.