React·100 questions

What is virtualization and how does it work?

Answer
Only the visible part of the list is rendered.
Other elements are replaced with empty space.
Significantly reduces DOM load.
Requires fixed/measurable element sizes.
Good for tables and logs.
Was this answer helpful?

More questions in this topic

Related questions from other topics