Liking cljdoc? Tell your friends :D

reagent.ratom


*ratom-context*cljs


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.
raw docstring

check-derefscljs

(check-derefs f)

cursorcljs

(cursor src path)

debugcljs


flush!cljs

(flush!)

IDisposablecljsprotocol

dispose!cljs

(dispose! this)

add-on-dispose!cljs

(add-on-dispose! this f)

IReactiveAtomcljsprotocol


IRunnablecljsprotocol

runcljs

(run this)

make-reactioncljs

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

make-trackcljs

(make-track f args)

make-track!cljs

(make-track! f args)

make-wrappercljs

(make-wrapper value callback-fn args)

RAtomcljs


RCursorcljs


reactioncljsmacro

(reaction & body)

Reactioncljs


reactive?cljs

(reactive?)

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.
raw docstring

run-in-reactioncljs

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

runningcljs

(running)

trackcljs

(track f & args)

Trackcljs


track!cljs

(track! f & args)

with-letcljsmacro

(with-let bindings & body)

with-let-destroycljs

(with-let-destroy v)

with-let-valuescljs

(with-let-values key)

Wrappercljs

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

× close