Skip to content

Examples

Runnable SSR apps in the repo. Walk the lifecycle first (tutorial or the model), then open these in order.

Example What it shows Read first
ssr Hand-rolled per-request frame, payload script, hydrate!, :platforms #{:client} skip; ships a frozen index.html so you can watch hydration without a JVM Tutorial
resources_ssr Blocking resource wait before render; allowed cache projection in the payload; no double-fetch on hydrate The model, Resources
ssr_streaming ssr/boundary shell + chunks; canonical final payload as correctness lock Streaming