virtual scroll vs infinite scroll
Virtual scrolling always ensures that only the visible elements on screen are
using rendering resources. It is different from strategies like infinite scroll
where a set amount of elements render, triggered incrementally and as an append
(usually triggered by scrolling).