Making React Server Components "Stateful": Trial #1
RSC is a serialization and streaming model for UI, not a runtime. This post explains why RSC is stateless by design, then explores Trial #1: externalizing navigation memory into Edge KV so the server can remember what it already fetched—without making the stream stateful.