# Streaming and Updates URL: /chirp/docs/build-apps/streaming-updates/ Section: streaming-updates Tags: streaming, suspense, sse, real-time -------------------------------------------------------------------------------- Use this section when content should arrive over time: initial page rendering with Stream or Suspense, or post-load updates with EventStream. Monitor Streaming HTML & Suspense Progressive page rendering Send the shell immediately, fill in content as data arrives. Suspense streams deferred blocks via OOB swaps. Network Server-Sent Events Real-time HTML updates Push kida-rendered fragments to the browser over SSE. Arrow Clockwise Reactive System Automatic SSE from data changes ReactiveBus, DependencyIndex, derived paths, and observability counters. SSE Patterns Four update patterns Display-only, client-managed, streaming append, and one-shot mutations. -------------------------------------------------------------------------------- Metadata: - Word Count: 88 - Reading Time: 1 minutes