Liking cljdoc? Tell your friends :D

om.next.protocols


IIndexerclj/s≠protocol

drop-component!clj/s

(drop-component! this component)

index-component!clj/s

(index-component! this component)

index-rootclj/s

(index-root this x)

indexesclj/s

(indexes this)

key->componentsclj/s

(key->components this k)

ref-forclj/s

(ref-for this component)
source

IReactComponentcljprotocol

-renderclj

(-render this)

must return a valid ReactDOMElement.

must return a valid ReactDOMElement.
source

IReactDOMElementcljprotocol

-render-to-stringclj

(-render-to-string this react-id sb)

renders a DOM node to string.

renders a DOM node to string.
source

IReactLifecyclecljprotocol

initLocalStateclj

(initLocalState this)

componentWillMountclj

(componentWillMount this)

componentDidUpdateclj

(componentDidUpdate this prev-props prev-state)

componentWillUnmountclj

(componentWillUnmount this)

componentWillReceivePropsclj

(componentWillReceiveProps this next-props)

shouldComponentUpdateclj

(shouldComponentUpdate this next-props next-state)

renderclj

(render this)

componentWillUpdateclj

(componentWillUpdate this next-props next-state)

componentDidMountclj

(componentDidMount this)
source

IReconcilerclj/s≠protocol

queue!clj/s

(queue! reconciler ks)
(queue! reconciler ks remote)

queue-sends!clj/s

(queue-sends! reconciler sends)

send!clj/s

(send! reconciler)

reconcile!clj/s

(reconcile! reconciler)
(reconcile! reconciler remote)

schedule-render!clj/s

(schedule-render! reconciler)

schedule-sends!clj/s

(schedule-sends! reconciler)

basis-tclj/s

(basis-t this)

add-root!clj/s

(add-root! reconciler root-class target options)

reindex!clj/s

(reindex! reconciler)

remove-root!clj/s

(remove-root! reconciler target)
source

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

× close