417bc45d1f
Keep example READMEs aligned with the generated-resource, tuple-composed IntoEffect authoring path instead of lower-level handle/EffectBatch wording. req: dx/006 req: examples/003
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 resource commands 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.