(convert-render-as hiccup-vector)
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.
(convert-style-as-strings-to-map hiccup-vector)
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.
(register-component pinkie-tag func)
registers a reagent component in the pinkie registry. Captures meta-data of the function symbol.
registers a reagent component in the pinkie registry. Captures meta-data of the function symbol.
(register-tag pinkie-tag func)
registers a reagent component in the pinkie registry. does not capture meta data
registers a reagent component in the pinkie registry. does not capture meta data
(replace-tag-in-hiccup-vector hiccup-vector)
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 hiccup-vector)
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.
(unknown-tag 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