React Server Components Your Way
Summary
TanStack Start introduces an isomorphic-first approach to React Server Components, treating RSCs as streams of data that can be fetched, cached, and rendered on the client, decoupling from a server-owned component tree. It adds Composite Components to allow server-rendered UI with client-fillable slots and emphasizes flexible usage patterns (fully client, hybrid, or static) with security considerations and an experimental status.