(bind k dom prop-name watchable)
(coll->validity-flags-obj coll)
(diff-props old-props new-props)
(insert-child! dom reference child)
(listen k dom-or-doms event-name listener-fn & {:keys [once? capture? passive? signal]})
(set-prop fields-index dom prop-name prop-value)
(unbind k)
(unlisten k)
(update-component component-name {:keys [props view focus] :as things})
(update-components! {old-components :components} {new-components :components})
cljdoc is a website building & hosting documentation for Clojure/Script libraries