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
519 B
519 B
slhx Kanban browser example
Run:
cargo run -p slhx-kanban-example
Open http://127.0.0.1:3001.
The example is a server-first Kanban board with:
- add-card form
- move-left / move-right card controls
- delete-card controls
- generated target objects for checked slot updates
- tuple-composed
IntoEffect/application/slhxresponses - SSE presence updates
It intentionally uses buttons instead of custom JavaScript drag-and-drop; drag/local-first sync remain north-star features in examples/kanban.md.