© 2026 Hashnode
You didn’t plan to scroll this long. You opened Instagram for one thing.One message.One notification. But your thumb kept moving.One Reel.Another.Another. No lag.No loading.No reason to stop. That smooth, endless scrolling experience isn’t luck.It’s ...

Di era digital, waktu kita sering tersedot ke hal-hal instan seperti scrolling YouTube Shorts, politik, atau komentar panas. Aktivitas ini memang memicu adrenalin: marah, kecewa, bangga, seolah membuat hidup terasa penuh aksi. Namun, pada kenyataanny...

How would you solve infinite scroll? With pagination, right? Okay, so we pick e.g 3 items every time and load the next section of them until we get them all. Done ✔ Classic Offset pagination. With prisma ( an ORM tool for JS/TS ), you would make the ...

If you’ve ever worked with Ant Design’s Table component, you probably love how powerful it is — sorting, pagination, filtering, you name it. But one thing it doesn’t provide out of the box - Infinite scrolling! The Problem When you’re dealing with th...

Infinite scroll has become a must-have for modern websites — from news feeds to product listings. But building it from scratch is time-consuming. That’s why I built jQuery.scrollPaging — a lightweight, flexible, and customizable plugin that makes inf...

TL;DR: Rendering millions of data points in React challenges performance due to expensive DOM manipulation, often leading to crashes and low FPS. This can be overcome by implementing strategies like pagination, infinite scroll, or, for the most optim...

Infinite scroll is a popular UX pattern where more data loads automatically as you scroll down a page, no need for pagination buttons. In this blog post, we’ll walk through how to implement infinite scrolling in an Angular app, powered by a paginated...
