Liking cljdoc? Tell your friends :D

subzero.core


create-dbclj/s

(create-db)
source

dispose-dbclj/s

(dispose-db !db)
source

element-nameclj/s

(element-name kw)
source

install-plugin!clj/s

(install-plugin! !db k plugin-fn & {:keys [ignore-if-already-installed?]})
source

js-proxycljs

(js-proxy x & {:keys [get]})
source

remove-plugin!clj/s

(remove-plugin! !db k)
source

with-const-eqcljs

(with-const-eq k x)

Returns a version of x with IEquiv overridden to compare against a given constant. Meant to help optimize prop comparisons for large collections.

Returns a version of `x` with IEquiv overridden to compare
against a given constant.  Meant to help optimize prop
comparisons for large collections.
sourceraw docstring

with-ident-eqcljs

(with-ident-eq x)

Returns a version of x with IEquiv overridden with an identity check. Useful to avoid comparison overhead when passing large collections as web component props.

Returns a version of `x` with IEquiv overridden with
an identity check.  Useful to avoid comparison overhead
when passing large collections as web component props.
sourceraw docstring

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

× close