Liking cljdoc? Tell your friends :D
ClojureScript only.

reacl-c-basics.debounce

Utility to delay state updates from items, which is sometimes useful for input elements.

Utility to delay state updates from items, which is sometimes useful
for input elements.
raw docstring

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 is a website building & hosting documentation for Clojure/Script libraries

× close