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