Liking cljdoc? Tell your friends :D

shadow.react.component

cljs

EXPERIMENTAL - DO NOT USE

EXPERIMENTAL - DO NOT USE
raw docstring

active-components-refcljs

source

aftercljs

(after config id after-fn)
source

callcljs

(call data call-id)
(call data call-id a1)
(call data call-id a1 a2)
(call data call-id a1 a2 & more)
source

call-refcljs

(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)
source

context-static-propscljs

source

create-element*cljs

(create-element* component-fn props children)
source

defcclj/smacro

(defc & body)
source

defc-extendcljmultimethod

source

deffactoryclj/smacro

(deffactory name & kv-pairs)
source

dom-nodecljs

(dom-node component)
(dom-node component ref)
source

factorycljs

(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
sourceraw docstring

force-updatecljs

(force-update ref)
source

get-component-configcljs

(get-component-config x)
source

get-component-fncljs

(get-component-fn x)
source

get-reactcljs

(get-react x)
source

get-refcljs

(get-ref react)
source

get-shadowcljs

(get-shadow react)
source

get-shadow-propscljs

(get-shadow-props props)
source

id-seq-refcljs

source

is-shadow-factory?cljs

(is-shadow-factory? x)
source

make-componentcljs

(make-component {:shadow.react.component/keys [type mixins] :as config})
source

make-component-prototypecljs

(make-component-prototype {:shadow.react.component/keys [should-update? render]
                           :as config})
source

querycljs

(query target query-id)
(query target query-id a1)
(query target query-id a1 a2)
(query target query-id a1 a2 & more)
source

react?cljs

(react? x)
source

ref-update!cljs

(ref-update! ref update-fn)
source

ref?cljs

(ref? x)
source

set-shadowcljs

(set-shadow react data)
source

shadow?cljs

(shadow? x)
source

ShadowRefcljs

source

update-datacljs

(update-data component update-fn)
source

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

× close