Streaming feed

Click load — the server yields 10 items one at a time via an async function*. Each arrives as its own RSC payload and appends to the list as it streams in.

Unlike a batched loader, this pattern is useful when you want the client to render partial results as they arrive — live log tails, AI token streams, large paginated results, etc.