collection
collection copied to clipboard
Create example of app that uses virtual scrolling
It would be an interesting test to create an example that has a collection of components with thousands of items. The goal of virtual scrolling is to render only the items that the user can actually see, to save on rendering the entire list.