Performance: Intersection Observer V.S Scroll Event Listeners
Jan 12, 2021 · 3 min read · With the advent of the Intersection Observer through the Observer API, fully supported by modern browsers, the fundamental question I was plagued with was if it indeed the better alternative to scroll listeners from a performance perspective. Prior t...
Join discussion