react-virtualized icon indicating copy to clipboard operation
react-virtualized copied to clipboard

Is this Project Dead or Unmaintained? Which are the alternatives?

Open Briones opened this issue 2 years ago • 2 comments

Asking a Question?

I was trying to update a project that uses this library, when I noticed some errors already reported in the Issues, some of them even tag the author of this project and no answer whatsoever.

So I wonder if we could considerate this project could be considered dead since the last release was on December 2020, and it has some "recent" commits from April 2022, but no official release.

If this project is not longer supported I propose to put that on the Readme to alert new developers and avoid to use it on new projects, and also recommend some alternatives if they are.

Briones avatar Mar 11 '23 06:03 Briones

Hi

The dev of this Lib recommended using this alternative instead of react-virtualized

https://github.com/bvaughn/react-window

Jmzp avatar Mar 28 '23 17:03 Jmzp

We had better choices:

  • react-virtuoso
  • @tanstack/virtual -> works fine for me, but you have to code scroll restoration.
  • virtua

meotimdihia avatar May 04 '23 03:05 meotimdihia