about summary refs log tree commit diff
path: root/src/components/hooks/useThrottledValue.ts
Commit message (Collapse)AuthorAgeFilesLines
* Throttle gif search by 500ms (#3622)Samuel Newman2024-04-191-0/+27
* debounce gif search by 300ms * Throttle it instead --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>