VirtualScroller

When to use

Use for rendering large lists (1000+ items) efficiently. Only renders visible items in the viewport.

Guidelines

  • Fixed item height: VirtualScroller needs consistent item heights for correct positioning.
  • 1000+ items: Only use when the list is large enough to justify the complexity.

How it works

1000 items rendered. only visible ones are in the DOM.