Files
hemx/examples/kanban/README.md
T
slhx agent 795abdbc81 test(examples): guard low-level docs wording
Keep beginner example docs on target objects and tuple IntoEffect responses instead of runtime lowering/application wire vocabulary.

req: dx/006

req: examples/003
2026-06-02 07:27:23 +02:00

19 lines
498 B
Markdown

# 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` responses
- 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`.