Next.js Discord

Discord Forum

Nextjs RSC with Infinite Scroll in ISR Mode

Unanswered
Cyanide posted this in #help-forum
Open in Discord
Hi! We want to create a blog site with inifinite scroll functionality with RSC, We feel since the data is static for paginated data, Cant we keep that component having data for next 10 items for example and statically render it on server and our app just fetches that RSC. Is this possible? We will use intersection observer and we need some mechanism that that static RSC on CDN can just pull in and fit into next set of items.

0 Replies