Skip to content

Conversation

@marcodejongh
Copy link
Owner

Remove the npm dependency on react-infinite-scroll-component and replace
it with a lightweight custom component that uses IntersectionObserver API.
This reduces bundle size and removes an external dependency.

…ctionObserver

Remove the npm dependency on react-infinite-scroll-component and replace
it with a lightweight custom component that uses IntersectionObserver API.
This reduces bundle size and removes an external dependency.
@vercel
Copy link

vercel bot commented Dec 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
boardsesh Ready Ready Preview, Comment Dec 25, 2025 10:44am

Use refs to store loadMore, hasMore, and isLoading values to prevent
the IntersectionObserver from being recreated on every prop change.
This fixes potential issues with multiple rapid load triggers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants