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
(add-callbacks el event-map)
(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
(refresh-events el old-render new-render)
(refresh-style el old-render new-render)
(render-to-state render)
(replace-el old-el new-el)
(rm-callbacks el event-map)
(set-style el styles)
(steralized vdom)
(this-not-that this-map that-map)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close