ecbdea5cd0
Upgrade the integration crate and examples to Axum 0.8 and use the native async extractor traits while preserving hemx routing, request, runtime, and effect behavior. req: axum/002
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, a notice slot, handlers, generated row append/replace/remove commands, and dynamicVec<T: IntoEffect>row batches reused across initial render and updates - wizard step updates
- login form feedback
- page swap/navigation
- server-sent notifications