Hacker News new | ask | show | jobs
by emi2k01 1114 days ago
If you have state that changes too quickly (like the value of an input field), then you can use `useDebounce` to derive a state that only changes every `n` milliseconds.