Liking cljdoc? Tell your friends :D

html-cljs.html

cljs

basically a mini react with a virtual dom and a diffing algorithm need to fix the child element problem and force id's on child elements because i'm just using an inefficient algorithm rn

basically a mini react with a virtual dom and a diffing algorithm
need to fix the child element problem and force id's on child elements
because i'm just using an inefficient algorithm rn
raw docstring

clear-childrencljs

(clear-children el)

cmpclj/smacro

(cmp hooks data & children)

componentclj/smacro

(component hooks & body)

domifycljs

(domify vdom-state-atm)

mountcljs

(mount html-el component)

refreshcljs

(refresh vdom-atm)
(refresh vdom-atm old-vdom)

old-vdom assumed to be domified. new-vdom assumed not to have been

old-vdom assumed to be domified. new-vdom assumed not to have been
raw docstring

render-to-statecljs

(render-to-state render)

replace-elcljs

(replace-el old-el new-el)

rerender-childrencljs


set-callbackscljs

(set-callbacks el [event-name f & others])

steralizedcljs

(steralized vdom)

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

× close