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 #95

Open manvydasu opened 3 years ago

manvydasu commented 3 years ago

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

manvydasu commented 2 years ago

A lot of unnecessary Dev dependencies, including prettier and shopify

.eslintrc file is user-specific and doesn't belong in this pull request.

What do you mean by a 'lot of unnecessary Dev dependencies'? This project is already using shopify's eslint configuration. I just upgraded it to newer version.

and .eslintrc file is not user specific. That's rules for the project.