Files
hemx/examples/v0
slhx agent 0d4a643759 feat(build): add concise render helper
Generate render(view) as the short page/fragment composition helper while keeping render_html(view) as an explicit compatibility alias, then move examples to the leaner happy path.

req: component/003

req: dx/006

req: view/001
2026-06-01 23:09:34 +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