Yadiel Vélez
  • home
  • writing

Writing

How to do infinite scrolling in Next.js with Server Components and Server Actions

June 12, 2024
how-tos

With the advent of Server Components and Server Actions, many new features that were previously challenging to implement in React—often requiring third-party libraries or extensive boilerplate—are now easy to implement. One such feature is infinite scrolling. In this tutorial, we'll explore how to implement infinite scrolling in Next.js leveraging Server Components.


Made with ❤️ by Yadiel in 🗽