Liking cljdoc? Tell your friends :D

space.matterandvoid.subscriptions.reagent-ratom


atomclj/s

(atom value)

Returns an Atom on Clojure and a Reagent RAtom on ClojureScript.

Returns an Atom on Clojure and a Reagent RAtom on ClojureScript.
sourceraw docstring

cursorclj/s

(cursor ratom path)

Creates a Reagent RCursor type given a RAtom source (containing a hashmap) and a path into that hashmap.

Creates a Reagent RCursor type given a RAtom source (containing a hashmap) and a path into that hashmap.
sourceraw docstring

deref?clj/s

(deref? x)
source

make-reactionclj/s

(make-reaction f)

Creates a Reagent Reaction using the supplied function.

Creates a Reagent Reaction using the supplied function.
sourceraw docstring

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

× close