From 3e92e34cba4b0069c5bf9179cb8cf58b47c05262 Mon Sep 17 00:00:00 2001 From: Joseph Chamochumbi Date: Thu, 6 Aug 2026 17:44:08 +0200 Subject: [PATCH 1/3] docs: Suspense boundaries can hold content back on size, not just slow data --- docs/01-app/02-guides/streaming.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/01-app/02-guides/streaming.mdx b/docs/01-app/02-guides/streaming.mdx index a25bbaea0490..d74608aee9fd 100644 --- a/docs/01-app/02-guides/streaming.mdx +++ b/docs/01-app/02-guides/streaming.mdx @@ -36,7 +36,7 @@ When a browser requests a page, two streams work together during the initial pag ### The HTML stream -React's server renderer produces progressive HTML chunks. The static parts of your page (layouts, navigation, Suspense fallbacks) render first and are sent immediately. When an async [Server Component](/docs/app/glossary#server-component) resolves, React streams its completed HTML along with inline `