xnimorz/use-debounce

useDeferredValue

Closed this issue · 1 comments

This is not an Issue, but I'm posting FYI.

The useDebounce hook is very similar to the experimental React useDeferredValue hook.

However, the useDeferredValue value hook is buggy, and I'd not recommend using it at this time.  One developer wrote that this hook should be renamed to useDebouncedValue.  I agree this would be a better name.

The useDebounce hook is stable and it has more options.

Thank you, @AjaxSolutions for the info! ❤️