Liking cljdoc? Tell your friends :D

hicada.compiler

Hicada - Hiccup compiler aus dem Allgaeu

NOTE: The code for has been forked like this: weavejester/hiccup -> r0man/sablono -> Hicada.

Note about :array-children? : Go read the React.createElement() function, it's very short and easy to understand. Do you see how the children are just copied from the arguments and then just put into props.children? This is exactly what :array-children? avoids. It's completely safe to do.

Dev Note: Do NOT use any laziness here! Not when generating code! Or it won't pick up the ^:dynamic config anymore!

Hicada - Hiccup compiler aus dem Allgaeu

NOTE: The code for has been forked like this:
weavejester/hiccup -> r0man/sablono -> Hicada.

Note about :array-children? :
Go read the React.createElement() function, it's very short and easy to understand.
Do you see how the children are just copied from the arguments and then just put into
props.children? This is exactly what :array-children? avoids. It's completely safe to do.

Dev Note: Do NOT use any laziness here! Not when generating code! Or it won't pick up
the ^:dynamic config anymore!
raw docstring

hicada.input

DO NOT USE! This ns will be unmainted!

Code for controlled input. Copied form sablono.

DO NOT USE! This ns will be unmainted!


Code for controlled input.
Copied form sablono.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close