Liking cljdoc? Tell your friends :D

subzero.rstore

A simple data store suitable for reactive applications. It's just an atom that tracks some extra stuff to enable change tracking patches.

A simple data store suitable for reactive applications.
It's just an atom that tracks some extra stuff to enable
change tracking patches.
raw docstring

default-operatorsclj/s

source

patch!clj/s

(patch! !rstore patch & {:keys [when]})
source

rstoreclj/s

(rstore x & {:keys [operators extra-operators validator]})
source

rstore?clj/s

(rstore? x)
source

unwatchclj/s

(unwatch !rstore k)
source

watchclj/s

(watch !rstore k path f)
source

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

× close