58e96162d4
Move the v0 page shell from a Rust format! raw HTML string into a hemplate AppShell view and cover the rendered document structure with scraper. req: html_safety/002 req: view/001 req: test/005
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