Intersection Observer JS: How to Build ScrollSpy
In this tutorial I will share how I built ScrollSpy with Intersection Observer JS. I’ve accomplished that with Intersection Observer JS API. ScrollSpy feature becomes handy on documentation, blog articles, landing pages and other pages with multiple sections. As a UI…