React·100 questions

How to implement pagination and infinite scroll?

Answer
Pagination: page/pageSize in URL and requests.
Infinite scroll: load on scroll/IntersectionObserver.
Watch for repeated requests and deduplication.
Show loader and end of list indicator.
Virtualization is often needed together with infinite scroll.
Was this answer helpful?

More questions in this topic

Related questions from other topics