ankeetmaini / react-infinite-scroll-component

An awesome Infinite Scroll component in react.
https://react-infinite-scroll-component.netlify.com/
MIT License
2.85k stars 322 forks source link

react-infinite-scroll-component is no longer maintained #388

Open IhnatKlimchuk opened 1 year ago

IhnatKlimchuk commented 1 year ago

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.

CharlyJazz commented 1 year ago

Sounds logic

514sid commented 1 year ago

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

nikeee commented 8 months ago

Any news on the project status or an established fork?