Virtual scrolling solutions

Recycle Scroller
The Recycle Scroller is a component that only renders the visible item in your list. It also re-use components and dom elements to be the most efficient and performant possible.
Dynamic Scroller
This component is using Recycle Scroller under-the-hood and adds a dynamic height management feature on top of it. The main use case for this is not knowing the height of the items in advance: the Dynamic Scroller will automatically "discover" it when it renders new item as the user scrolls.
The items need to be wrapped in a special Dynamic Scroller Item component.
Documentation
Read the full documentation on the repository.