Liking cljdoc? Tell your friends :D
ClojureScript only.

reacl-c-basics.debounce


debouncecljs

(debounce item & [resolve-conflict])

Delays the upward propagation of state updates of the given item, until the next animation frame.

Delays the upward propagation of state updates of the given item,
until the next animation frame.
sourceraw docstring

debounce-delaycljs

(debounce-delay ms item & [resolve-conflict])

Delays the upward propagation of state updates of the given item, for the given number of milliseconds.

Delays the upward propagation of state updates of the given item,
for the given number of milliseconds.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close