7be1c9c649
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
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
TodoRowhemplate 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