Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Partials Example

Showcases server-rendered partial fragments and manual boundary replacement.

Key files:

  • index.html defines a product boundary and load button.
  • main.js registers a server function, async partial, and click handler that renders then swaps the partial result.

Start from the repo root:

python3 -m http.server 4173

Open http://127.0.0.1:4173/examples/partials/.

Verify:

pnpm run examples:check