Scroll events, debounced with requestAnimationFrame.
npm i -S @bicycle-codes/raf-scrollimport { rafScroll } from '@bicycle-codes/raf-scroll'
rafScroll(ev => {
// this is called at most once per animation frame
console.log('scroll event', ev)
})import { rafScroll } from '@bicycle-codes/raf-scroll/min'