Showcases server-rendered partial fragments and manual boundary replacement.
Key files:
index.htmldefines aproductboundary and load button.main.jsregisters a server function, async partial, and click handler that renders then swaps the partial result.
Start from the repo root:
python3 -m http.server 4173Open http://127.0.0.1:4173/examples/partials/.
Verify:
pnpm run examples:check