rehooks / window-scroll-position

React hook for Window scroll position
MIT License
82 stars 13 forks source link

Consider removing lodash as a dependency and using requestAnimationFrame #4

Open Bmgaynor opened 5 years ago

Bmgaynor commented 5 years ago

Great util guys! Im super excited about hooks!

I was working on something with a scroll listener and I came across MDN example. MDN scroll event throttling

hook Implementation: https://codepen.io/bmgaynor/pen/aXWzEa

Let me know what you guys think.