clauderic / react-tiny-virtual-list

A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
https://clauderic.github.io/react-tiny-virtual-list/
MIT License
2.46k stars 166 forks source link

when render item with image #67

Open twoKilo opened 5 years ago

twoKilo commented 5 years ago

Hi @clauderic ,thanks for your great work.

Recently , I've used tiny list to render a list that each item contains a different image . And there is a blink of image between the replacement of inner element

could you please cast some light? I still want to use this package to improve huge list render performance, but the blink is unacceptable for a production app.

Thanks Any help will be appreciated