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

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

× close