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
(clear-children el)
(cmp hooks data & children)
(component hooks & body)
(domify vdom-state-atm)
(mount html-el component)
(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
(render-to-state render)
(replace-el old-el new-el)
(set-callbacks el [event-name f & others])
(steralized vdom)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close