UNPKG

throttle-hooks

Version:

Convenient React useDebounce and useThrottle hooks for a clean code.

4 lines (3 loc) 113 B
import useDebounce from './debounce'; import useThrottle from './throttle'; export { useDebounce, useThrottle };