Flipkart / recyclerlistview

High performance listview for React Native and web!
Apache License 2.0
5.22k stars 429 forks source link

How can i render kind of skeleton placeholder items instead of whitespaces/blank? #767

Open bloggerklik opened 1 year ago

bloggerklik commented 1 year ago

Hi, my items have SVG. This affects performance a lot. Blank occur when scrolling is too fast. To avoid this, I want to send an empty item component of the same height until the item component is ready. I think it would be a better interface than a blank. How can I do that? Thanks.