Streaming fallback
This block is visible while the slow server block is rendering.
Suspense Lab
The route renders a fast shell first, then a slow server component resolves inside an explicit Suspense boundary.
This content is ready immediately. The slow block below waits on the server and streams into the page when it is ready.
This block is visible while the slow server block is rendering.
This block waited on the server before rendering. The page shell can stream first while this boundary finishes.