Skip to content

useDebounce and useThrottle that could easily solve the problem with using debounce and throttle in react.

Notifications You must be signed in to change notification settings

kimiashz/use-debounce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

use-debounce & use-throttle

As a result of my research of debouncing and throttling in React, I wrote two hooks useDebounce and useThrottle that could easily solve the problem.

debounce & throttle

Debounce and Throttle functions have been rewritten with trailing and leading options.

About

useDebounce and useThrottle that could easily solve the problem with using debounce and throttle in react.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published