Files
hemx/examples/techdemo/README.md
T
slhx agent e788c31688 feat(examples): add flagship techdemo
req: examples/001

req: dx/008

req: form/002

req: page_swap/002

req: push/003
2026-05-11 00:06:42 +02:00

20 lines
549 B
Markdown

# slhx full techdemo
Run:
cargo run -p slhx-techdemo
Open <http://127.0.0.1:3002>.
This demo is tailored to showcase slhx strengths:
- modern SSR-first UI
- generated resource modules from `.heml`
- native form posts carrying `__h` numeric handle ids
- multi-target `application/slhx` EffectBatch 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