A sleek, generic, and fully controlled infinite scroll component for React — built with TypeScript, imperatively controllable, and customizable to the last pixel.

1 Open Issue Need Help Last updated: Jul 27, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Fix a bug in a React infinite scroll component where using the `reverse` prop causes all items to load at once instead of incrementally. The solution likely involves modifying the IntersectionObserver logic to delay observation until user interaction or preventing the immediate trigger on mount in reverse mode. Consider adding a configuration option to control this behavior.

Complexity: 4/5
bug good first issue help wanted

A sleek, generic, and fully controlled infinite scroll component for React — built with TypeScript, imperatively controllable, and customizable to the last pixel.

TypeScript