react-use-scroll-position icon indicating copy to clipboard operation
react-use-scroll-position copied to clipboard

What about to add debounce instead of throttle?

Open dskiba opened this issue 6 years ago • 0 comments

Hi, nice hook :) You can see in navbar demo that if you spam scroll down \ scroll up - navbar shows and hide. With debounce(only when scroll direction changes) it will be waiting for your last scroll event.

dskiba avatar Nov 11 '19 16:11 dskiba