Tag

Streaming SSR

1 views collected around this technical thread.

ByteDance Web Infra
ByteDance Web Infra
Dec 16, 2022 · Frontend Development

Understanding React 18 Streaming SSR and Selective Hydration

React 18 introduces Streaming SSR, allowing the server to send HTML in chunks and perform selective hydration, which improves performance by rendering ready sections early and handling asynchronous components via Suspense, with detailed examples of code implementation, error handling, and JS/CSS integration.

Code SplittingSelective HydrationStreaming SSR
0 likes · 25 min read
Understanding React 18 Streaming SSR and Selective Hydration
ByteFE
ByteFE
Dec 7, 2022 · Frontend Development

React 18 Streaming SSR and Selective Hydration Introduction

React 18 introduces Streaming SSR and Selective Hydration, enabling faster initial page rendering and more efficient hydration by only rendering necessary components.

Frontend DevelopmentJavaScriptReact 18
0 likes · 25 min read
React 18 Streaming SSR and Selective Hydration Introduction