Suspense streaming
SuspenseList
unstable_SuspenseList with revealOrder="forwards" waits to show later items until earlier ones are ready — even if a later panel finishes first.
Loading item 1…
Loading item 2…
Loading item 3…
Suspense streaming
unstable_SuspenseList with revealOrder="forwards" waits to show later items until earlier ones are ready — even if a later panel finishes first.
Try the counter below: each click runs a server action and updates the count without a full page reload and works without JavaScript.
Resolved after 2000ms
Resolved after 800ms
Resolved after 1400ms