(resolve-function s)
replaces keyword with react function, if not found return input. TODO: if keyword not registered, and not a reagent tag, then return widget-not-found awb99: the issue is that the undocumented reagent functions to get a keyword list dont work.
replaces keyword with react function, if not found return input. TODO: if keyword not registered, and not a reagent tag, then return widget-not-found awb99: the issue is that the undocumented reagent functions to get a keyword list dont work.
(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-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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close