Files
hemx/examples/v0
slhx agent 7be1c9c649 feat(build): make generated page helper canonical
Move canonical examples and docs snippets from raw render/page calls to generated ui::page helpers, hide generated render behind doc(hidden), and let form resources participate in generated target inspection for tests.

req: canonical_authoring/005

req: dx/006

req: codegen/002

req: public_api/002

req: test/001
2026-06-12 07:31:39 +02:00
..
2026-06-05 06:52:37 +02:00
2026-06-05 06:52:37 +02:00
2026-06-05 08:56:36 +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 reused by the initial page render and generated row append/replace/remove commands
  • wizard step updates
  • login form feedback
  • page swap/navigation
  • server-sent notifications