Files
hemx/examples/kanban/README.md
T
slhx agent a138f92b33 feat(build): generate slot target objects
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
2026-06-02 07:21:23 +02:00

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/slhx 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.