Files
hemx/examples/v0
slhx agent 5972785c3c feat(slhx): prefer render methods for views
Move view rendering onto Slot::render and KeyedSlot append/prepend/replace extension methods, leaving explicit text/html methods for non-view escape hatches.

req: codegen/002

req: view/001
2026-05-26 01:31:58 +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