Files
hemx/examples/v0
slhx agent 62316d5f1e test(examples): render hemplate views into buffers
Use hemplate render_into in public examples and example tests instead of the string-returning render helper, preserving SafeHtml wrapping only at the explicit effect boundary.

req: view/001

req: html_safety/002
2026-05-26 00:46:13 +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