Files
hemx/examples/v0
slhx agent 430603ec00 feat(examples): make v0 todo rename form editable
Turn the v0 todo row rename action into an editable generated form instead of a fixed submit value, and preserve validation/recovery behavior for blank titles. This keeps the beginner exemplar on generated form handles and user-visible recovery instead of hidden demo shortcuts.

req: examples/001

req: canonical_authoring/003
2026-06-22 22:12:27 +02:00
..
2026-06-05 06:52:37 +02:00
2026-06-05 06:52:37 +02:00

hemx v0 browser examples

Run the examples server:

cargo run -p hemx-v0-examples

Open http://127.0.0.1:3000.

The page includes working examples for generated target objects and server-first UI commands:

  • counter updates
  • todo form submission with one TodoRow hemplate partial, a notice slot, handlers, generated row append/replace/remove commands, and dynamic Vec<T: IntoEffect> row batches reused across initial render and updates
  • wizard step updates
  • login form feedback
  • page swap/navigation
  • server-sent notifications