(move-binds props)
Putting watchable things to be bound to props in place of the
prop values is now deprecated. Binds should now be put
into ::z/bind
. However, to avoid breaking existing
code; we'll automatically move any watchable things found in
the props into the ::z/bind
map.
Putting watchable things to be bound to props in place of the prop values is now deprecated. Binds should now be put into `::z/bind`. However, to avoid breaking existing code; we'll automatically move any watchable things found in the props into the `::z/bind` map.
(preproc-vnode vnode)
Simplifies the vnode, parsing out the classes and id from
the tag, and converting compound tags (i.e [:div :span]
)
into nested vnodes, and accumulating the whole body into
one sequence.
Simplifies the vnode, parsing out the classes and id from the tag, and converting compound tags (i.e `[:div :span]`) into nested vnodes, and accumulating the whole body into one sequence.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close