use-throttled-value
Throttles value changes
Import
Source
Docs
Package
Usage
useThrottledValue
accepts a value and a wait time in milliseconds.
It returns a throttled value that cannot change more than once every wait
milliseconds.
Throttled value: –