#here you indeed probably want your RSC

1 messages · Page 1 of 1 (latest)

reef stirrup
#

Does it mean, fetch the first page in server component and pass the data to client component, and the further fetchng process will handled by the client component ?

distant acorn
#

yes

#

you can use the server render to get the initial data, and then "load more" client-side

#

that's a common pattern in Apollo client for instance but SWR, React Query have equivalent approaches

#

this way your user sees critical data immediately, but can also get more data on demand