a138f92b33
Add generated targets::<slot> wrapper objects so partial swaps read as target.put/append/replace while preserving existing lower-aware commands and IntoEffect wiring. req: dx/006 req: codegen/001 req: codegen/002 req: component/003
19 lines
357 B
Markdown
19 lines
357 B
Markdown
# slhx v0 browser examples
|
|
|
|
Run the examples server:
|
|
|
|
```sh
|
|
cargo run -p slhx-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
|
|
- wizard step updates
|
|
- login form feedback
|
|
- page swap/navigation
|
|
- server-sent notifications
|