bdd50d7595
req: examples/001 req: dx/008 req: form/002 req: page_swap/002 req: push/003
806 B
806 B
slhx full techdemo
Run:
cargo run -p slhx-techdemo
Open http://127.0.0.1:3002.
This is a polished Linear-style product demo for planning typed work across lanes. It is tailored to showcase slhx strengths:
- modern SSR-first UI
- generated resource modules from
.heml - native form posts carrying
__hnumeric handle ids - multi-target
application/slhxEffectBatch responses - generated slot updates instead of selectors
- root-scoped runtime lowering (
data-hid,data-sid) - page-enhancer navigation with native link fallback
- SSE server push into a generated slot
- no user-authored browser JavaScript
Verification:
cargo test -p slhx-techdemo --test e2e
mutest -p slhx-techdemo -f examples/techdemo/src/main.rs -F 'registry' --test-package slhx-techdemo -j 2 --timeout 90