© 2026 Hashnode
Are you tired of performance-heavy scroll effects that lag, drop frames, or rely on bulky animation libraries? In modern web development, beautiful scroll animations can significantly enhance UX — but the old approach of listening to the scroll event...

In my previous blog, I demonstrated how to implement infinite scroll in Angular using scroll events. While that method works well, there's a cleaner and more performant approach available the IntersectionObserver API. In this post, I’ll walk you thro...

Hello! 👋 Welcome back to our exploration of the Intersection Observer API. In our previous section, we delved into the details, discussing both the advantages and limitations of this powerful API. If you missed it, feel free to catch up by reading m...

Let's dive right in and discover the amazing power of IntersectionObserver, but before everything, I think a small introduction will not hurt 😁😁. In today's fast-paced digital landscape, optimizing website performance is crucial for providing a sea...
