Liking cljdoc? Tell your friends :D
Mostly cljs.
Exceptions indicated.

reacl-c-basics.core


animation-framecljs

(animation-frame)

Subscription to the browser's animation frames, emitting the timestamps as actions.

Subscription to the browser's animation frames, emitting the timestamps as actions.
raw docstring

defn-domcljmacro

(defn-dom name [attrs & args] & body)

Defines a function similar to the dom functions, in that the first argument is an optional attributes map. If the defined function is called without an attribute map, then {} will be passed implicitly.

Defines a function similar to the dom functions, in that the first
argument is an optional attributes map. If the defined function is
called without an attribute map, then `{}` will be passed
implicitly.
raw docstring

intervalcljs

(interval ms)

Subscription to a timer, emitting true as an action every given milliseconds.

Subscription to a timer, emitting `true` as an action every given milliseconds.
raw docstring

timeoutcljs

(timeout ms)

Subscription to a timer, emitting true as an action once, after they given number of milliseconds.

Subscription to a timer, emitting `true` as an action once, after they given number of milliseconds.
raw docstring

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

× close