WebJs Gallery

Async render

A component's async render() awaits server data. SSR blocks, so the resolved value is in the first paint (no fallback, readable with JS off).

server rendered this at 2026-09-27T15:09:25.262Z (pid 1)

For a SLOW region where blocking the first byte hurts, wrap it in Suspense to stream it instead:

loading slow region…