Streaming SSR sends HTML to the browser as it's generated. But streaming interacts with caching, error boundaries, and Suspense in ways that aren't obvious. This deep dive shows exactly what the server sends, when, and how to control it.
The diff between what the server sends with and without streaming was really clear.
This finally made streaming click for me.