虚拟滚动列表。
主要用于解决大数据情况下的渲染速度问题。组件的设计思想可以看这篇文章 https://zhuanlan.zhihu.com/p/55329238。
使用 VirtualList 最简单的例子。
使用 jumpIndex 设置初始位置
使用 jumpIndex 设置初始位置, 并设置 itemSizeGetter
(items, ref) => <ul ref={ref}>{items}</ul>