JavaScript Virtual Scrolling: What it Is, How it Works & Limitations

Опубликовано: 10 Январь 2025
на канале: Tejas Kumar
4,169
144

Let's stay in touch?   / tejaskumar_  

In this video, we will explore virtual scrolling (AKA virtualization) in JavaScript using a Next.js app with React. We will understand why virtual scrolling/virtualization is needed (by breaking stuff!), how you can implement virtual scrolling yourself, and what its limitations are.

Let's continue the conversation? Catch me here:   / tejaskumar_  

Chapters
00:00 Intro
01:14 Why Do We Need Virtual Scrolling?
04:17 What Is Virtual Scrolling?
04:42 Let's Implement Virtualization!
15:23 Can We Render A Million Rows in a Table?
18:11 My Personal Favorite: ag-grid
19:36 Conclusion