virtua
virtua copied to clipboard
Consider adding recycle mode (or component)
DOM recycling is an optimization implemented in some of virtualization libraries.
It can't be default because it will mess up order of DOM elements and React's state. However in certain situations like huge data list without state, it can boost up performance.
We have to add to docs that in that mode users should not define key prop on elements.