Debounce hook for react. Internally, it uses lodash debounce.
Argument | Type | Description | Default value |
---|---|---|---|
callback | Function | The function to debounce | undefined |
wait | number | The duration to debounce in milliseconds | undefined |
options | Object | options to pass into lodash's debounce |
Name | Type | Description |
---|---|---|
debouncedFunction | Function | The debounced function |
Join our discord server! You can click the floating discord icon at the bottom right of the screen and chat with us!