Posts tagged: #streaming
-
Server Actions in Litro 0.11: Typed RPC, Forms Without JavaScript, and Streaming
Litro 0.11.0 ships Server Actions: call server functions from the browser with full type safety, submit forms that work with JavaScript disabled, and stream results chunk by chunk — no API routes, no schema duplication.
-
Streaming SSR with Declarative Shadow DOM — How It Works
How Litro streams server-rendered Lit components to the browser using Declarative Shadow DOM, @lit-labs/ssr, and Nitro's sendStream(). What the wire format looks like, why it matters for Core Web Vitals, and how hydration works.
Litro