Home
Blog
Yadiel Vélez-Vargas
Software Engineer. Frustrated Meme Artist. Boricua 🇵🇷
Get in Touch
Writing
How to do infinite scrolling in Next.js with Server Components and Server Actions
June 12, 2024
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.
Read Post
View All Posts