react-infinite-scroll-component icon indicating copy to clipboard operation
react-infinite-scroll-component copied to clipboard

react-infinite-scroll-component is no longer maintained

Open IhnatKlimchuk opened this issue 2 years ago • 4 comments

I see that repo is not longer maintained while suffering from major issues and not adding more functionality like "error component, in case next failed".

@ankeetmaini can you please notify if you will to maintain it?

In case no reply comes in 1 month, I would suggest to create a new main fork with new npm package and maintainers willing to cooperate.

IhnatKlimchuk avatar Aug 07 '23 21:08 IhnatKlimchuk

Sounds logic

CharlyJazz avatar Aug 29 '23 00:08 CharlyJazz

For anyone looking for a React infinite scroll implementation, I suggest using React Query with Intersection Observer.

I tried all the popular React infinite scroll packages, and all of them were either not well-maintained or had some bugs. This solution is much better and simple enough to use.

Here is an example: https://tanstack.com/query/v4/docs/react/examples/react/load-more-infinite-scroll (outdated)

Link to the latest React Query version docs: https://tanstack.com/query/latest/docs/react/examples/react/load-more-infinite-scroll

514sid avatar Sep 12 '23 17:09 514sid

Any news on the project status or an established fork?

nikeee avatar Jan 16 '24 17:01 nikeee