Liking cljdoc? Tell your friends :D

reagent.ratom


*ratom-context*cljs

source

atomcljs

(atom x)
(atom x & {:keys [meta validator]})

Like clojure.core/atom, except that it keeps track of derefs.

Like clojure.core/atom, except that it keeps track of derefs.
sourceraw docstring

check-derefscljs

(check-derefs f)
source

cursorcljs

(cursor src path)
source

debugcljs

source

flush!cljs

(flush!)
source

IDisposablecljsprotocol

dispose!cljs

(dispose! this)

add-on-dispose!cljs

(add-on-dispose! this f)
source

IReactiveAtomcljsprotocol

source

IRunnablecljsprotocol

runcljs

(run this)
source

make-reactioncljs

(make-reaction f & {:keys [auto-run on-set on-dispose]})
source

make-trackcljs

(make-track f args)
source

make-track!cljs

(make-track! f args)
source

make-wrappercljs

(make-wrapper value callback-fn args)
source

RAtomcljs

source

RCursorcljs

source

reactioncljsmacro

(reaction & body)
source

Reactioncljs

source

reactive?cljs

(reactive?)
source

run!cljsmacro

(run! & body)

Runs body immediately, and runs again whenever atoms deferenced in the body change. Body should side effect.

Runs body immediately, and runs again whenever atoms deferenced in the body change. Body should side effect.
sourceraw docstring

run-in-reactioncljs

(run-in-reaction f obj key run opts)
source

runningcljs

(running)
source

trackcljs

(track f & args)
source

Trackcljs

source

track!cljs

(track! f & args)
source

with-letcljsmacro

(with-let bindings & body)
source

with-let-destroycljs

(with-let-destroy v)
source

with-let-valuescljs

(with-let-values key)
source

Wrappercljs

source

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

× close