Suspense streaming
Nested boundaries
The outer panel streams first (1s). Once it appears, the inner Suspense keeps showing its fallback until the nested content resolves (another 1.5s).
Loading account shell…
Suspense streaming
The outer panel streams first (1s). Once it appears, the inner Suspense keeps showing its fallback until the nested content resolves (another 1.5s).
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 1000ms
Resolved after 1500ms