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

What the best way to remove elements from list? #39

Closed neetocode closed 6 years ago

neetocode commented 6 years ago

i try remove item with splice but this make a bug in list

EDIT: Sorry, my bad, i'm use shouldComponentUpdate. resolved