Skip to content
Discussion options

You must be logged in to vote

Not sure I follow. defer uses <Suspense> to render the fallback until the promise is resolved (ALL the data is streamed down). It doesn't chunk it up.

You can use an empty grid skeleton as your fallback, return a subset of users, and perhaps perform some client fetches to request more data.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JasonWeise
Comment options

@kiliman
Comment options

Answer selected by JasonWeise
@JasonWeise
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants