@ehsaneha/react-throttle
Version:
useThrottle is a custom React hook that limits how often a function can be called by ensuring it's invoked at most once within a specified delay period.
2.22 kB
TypeScript
No preview is available for this file.
useThrottle is a custom React hook that limits how often a function can be called by ensuring it's invoked at most once within a specified delay period.