3b5de85319
Use one TodoRow projection for initial render and generated dynamic Vec<IntoEffect> row replacement batches, keeping the normal path on generated helpers instead of raw effects or registry plumbing. req: canonical_authoring/003
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, generated row append/replace/remove commands, and dynamicVec<T: IntoEffect>row batches - wizard step updates
- login form feedback
- page swap/navigation
- server-sent notifications