Files
hemx/examples/v0
slhx agent 117eb57179 feat(core): join safe html fragments
Let already-safe fragments compose without downgrading to String, and use it in the v0 page assembly example to keep rendered and lowered fragments typed at the boundary.

req: html_safety/001

req: html_safety/002

req: component/003
2026-06-01 23:49:20 +02:00
..
2026-06-01 23:49:20 +02:00

slhx v0 browser examples

Run the examples server:

cargo run -p slhx-v0-examples

Open http://127.0.0.1:3000.

The page includes working examples for:

  • counter updates
  • todo form submission
  • wizard step updates
  • login form feedback
  • page swap/navigation
  • server-sent notifications