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 165 forks source link

componentWillReceiveProps will be deprecated in the future #66

Open garciaalvaro opened 6 years ago

garciaalvaro commented 6 years ago

The use of componentWillReceiveProps will be deprecated in the future major version of react (17). The current react version throws a warning in the console for the use of the method.

Is there any chance of updating the library to use a different approach?

Thanks for the great work.

nassimbenkirane commented 5 years ago

Also worth noting that this is currently preventing users of tiny-virtual-list from using <ConcurrentMode /> (or rather React.unstable_ConcurrentMode for now 😄) in a parent component.

I guess that the users of tiny-virtual-list want virtualization for performance reasons, and ConcurrentMode can help in this area

riccio82 commented 5 years ago

Any updates on this?

mezykr commented 5 years ago

some update?