(resolve-function tag)
replaces hiccup-tag with the react function, that was registered via add-tag if keyword is no registered function, and not a html5 keyword, then nil will be returned
replaces hiccup-tag with the react function, that was registered via add-tag if keyword is no registered function, and not a html5 keyword, then nil will be returned
(resolve-functions reagent-hiccup-syntax)
resolve function-as symbol to function references in the reagent-hickup-map. Leaves regular hiccup data unchanged.
resolve function-as symbol to function references in the reagent-hickup-map. Leaves regular hiccup data unchanged.
(resolve-hiccup-vector x)
input: hiccup vector if keyword (first position in vector) has been registered via register-tag, then it gets replaced with the react function, otherwise keyword remains
input: hiccup vector if keyword (first position in vector) has been registered via register-tag, then it gets replaced with the react function, otherwise keyword remains
(tag-inject reagent-hiccup)
replace reagent hiccup tags with registered functions
replace reagent hiccup tags with registered functions
(unknown-tag)
ui component for unknown tags - so that we don't need to catch react errors Currently not yet used (see resolve function)
ui component for unknown tags - so that we don't need to catch react errors Currently not yet used (see resolve function)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close