EXPERIMENTAL - DO NOT USE
EXPERIMENTAL - DO NOT USE
(after config id after-fn)
(call data call-id)
(call data call-id a1)
(call data call-id a1 a2)
(call data call-id a1 a2 & more)
(call-ref ref call-id)
(call-ref ref call-id a1)
(call-ref ref call-id a1 a2)
(call-ref ref call-id a1 a2 & more)
(create-element* component-fn props children)
(defc & body)
(deffactory name & kv-pairs)
(dom-node component)
(dom-node component ref)
(factory config)
use deffactory over this since this cannot be removed by Closure if never accessed
use deffactory over this since this cannot be removed by Closure if never accessed
(force-update ref)
(get-component-config x)
(get-component-fn x)
(get-react x)
(get-ref react)
(get-shadow react)
(get-shadow-props props)
(is-shadow-factory? x)
(make-component {:shadow.react.component/keys [type mixins] :as config})
(make-component-prototype {:shadow.react.component/keys [should-update? render]
:as config})
(query target query-id)
(query target query-id a1)
(query target query-id a1 a2)
(query target query-id a1 a2 & more)
(react? x)
(ref-update! ref update-fn)
(ref? x)
(set-shadow react data)
(shadow? x)
(update-data component update-fn)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close