Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 444 Bytes

File metadata and controls

23 lines (15 loc) · 444 Bytes

Streaming Example

Showcases boundary swaps where inserted HTML is rescanned for signal bindings and delegated handlers.

Key files:

  • index.html defines a product boundary and stream button.
  • main.js swaps product HTML into the boundary and updates a selected signal.

Start from the repo root:

python3 -m http.server 4173

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

Verify:

pnpm run examples:check