What is windowing or list virtualization?
Performance Optimization
Audio flashcard · 0:12Nortren·
What is windowing or list virtualization?
0:12
Windowing is a technique where only the items currently visible in the viewport are rendered, plus a small buffer. As the user scrolls, items are mounted and unmounted. This dramatically improves performance for lists with thousands of items.