Open IhnatKlimchuk opened 1 year ago
Sounds logic
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
Any news on the project status or an established fork?
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.