Menu
Site LogoSite LogoRooksGetting StartedDocumentationHooks List
GithubMotivation
v3.6.0
  • Next
  • v4.5.0
  • v4.4.0
  • v4.3.0
  • v4.0.0
  • v3.6.0
  • All versions
🌜
🌞
Site LogoSite LogoRooks
  • Getting Started
  • Documentation
  • Github
  • Hooks List
  • Motivation
  • Versions
    • Next
    • v4.5.0
    • v4.4.0
    • v4.3.0
    • v4.0.0
    • v3.6.0
    • All versions
  • All In One
    • rooks
  • Independent Packages
    • use-boundingclientrect
    • use-boundingclientrect-ref
    • use-countdown
    • use-counter
    • use-debounce
    • use-did-mount
    • use-did-update
    • use-fork-ref
    • use-fullscreen
    • use-geolocation
    • use-input
    • use-intersection-observer-ref
    • use-interval
    • use-isomorphic-effect
    • use-key
    • use-keys
    • use-localstorage
    • use-mouse
    • use-mutation-observer
    • use-mutation-observer-ref
    • use-navigator-language
    • use-on-window-resize
    • use-on-window-scroll
    • use-online
    • use-outside-click
    • use-outside-click-ref
    • use-previous
    • use-raf
    • use-select
    • use-sessionstorage
    • use-throttle
    • use-time-ago
    • use-timeout
    • use-toggle
    • use-visibility-sensor
    • use-will-unmount
    • use-window-size
    • use-worker
This is documentation for Rooks v3.6.0, which is no longer actively maintained.
For up-to-date documentation, see the latest version (v4.5.0).
Version: v3.6.0

@rooks/use-debounce#

Debounce hook for react#

Build Status

Installation#

npm install --save @rooks/use-debounce

Importing the hook#

import useDebounce from "@rooks/use-debounce"

Usage#

function Demo() {
useDebounce();
return null
}
render(<Demo/>)
Last updated on 11/11/2020 by imbhargav5
Previous
« use-counter
Next
use-did-mount »
  • Debounce hook for react
  • Installation
  • Importing the hook
  • Usage

Docs

  • All in one
  • use-counter
  • use-did-mount

Community

  • Stack overflow
  • Twitter

More

  • Github
  • Deploys by Netlify
MIT© 2020 Bhargav Ponnapalli