Implementing virtual scroll for web from scratch, in less than 150 lines of code
What is virtual scroll ?
Virtual scroll (also called virtualization or windowing) is a technique used to efficiently render large lists in web applications — without loading everything into the DOM at once. Instead of rendering 1,000+ items, you only...
stackfull.dev6 min read