Liking cljdoc? Tell your friends :D
Clojure only.

ripley.live.atom

Live component that tracks an atom's value

Live component that tracks an atom's value
raw docstring

atom-sourceclj

(atom-source atom-or-opts)
(atom-source atom process-value)

Create a source that tracks changes made to the given atom. The source will return the same channel on each call to to-channel so the same source can't be used for multiple live components.

Create a source that tracks changes made to the given atom.
The source will return the same channel on each call to to-channel
so the same source can't be used for multiple live components.
sourceraw docstring

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

× close