Documentation / Reference
- https://bvaughn.github.io/react-virtualized: The list windowed (or “virtualized”):
- meaning that only the visible rows are rendered.
- ensured that the maximum number of list elements present in the DOM at a time is fixed (~10).
- keeping the DOM as light as possible
- maintaining 60 Frames Per Second (See rendering performance)