732e65008e
Move canonical examples and docs off direct RenderSlotExt render shortcuts so slot updates use generated render/lowering before HTML replacement, preserving runtime metadata for follow-up interactions. req: component/003 req: runtime/001 req: dx/006 req: examples/003
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