0d4a643759
Generate render(view) as the short page/fragment composition helper while keeping render_html(view) as an explicit compatibility alias, then move examples to the leaner happy path. req: component/003 req: dx/006 req: view/001
slhx v0 browser examples
Run the examples server:
cargo run -p slhx-v0-examples
Open http://127.0.0.1:3000.
The page includes working examples for:
- counter updates
- todo form submission
- wizard step updates
- login form feedback
- page swap/navigation
- server-sent notifications