Streaming and Updates

Streaming HTML, Suspense, Server-Sent Events, and reactive updates

Page actions AI-ready formats and sharing
Open LLM text
Share with AI
Ask Claude Ask ChatGPT Ask Gemini Ask Copilot

Stream HTML to the browser as it becomes ready, or push updates after the page has loaded. This section covers the three return types that move content over time:Stream and Suspense for the initial render, and EventStream (Server-Sent Events) for post-load updates. Signals and the reactive system build onEventStreamto fan one server value out to many bound elements automatically.