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

Upgrade dependencies (React, Typescript, Eslint, get rid of Tslint), mark componentWillReceiveProps as Unsafe #94

Closed manvydasu closed 3 years ago

manvydasu commented 3 years ago

Next step would be to replace deprecated componentWillReceiveProps with something else (#85).

manvydasu commented 3 years ago

Hello @clauderic Thanks for you open source work. I'm sure this repo helped a lot of people. Anyways, do you have any plans on continuing to maintain this? I did some basic work on dependency upgrade and I would be willing to put in work in order to remove deprecated react methods.

manvydasu commented 3 years ago

Created #95 since I'm planning to do more changes on forked repo's master branch and I couldn't switch the branch for this PR without recreating it.