feat(examples): add flagship techdemo

req: examples/001

req: dx/008

req: form/002

req: page_swap/002

req: push/003
This commit is contained in:
slhx agent
2026-05-11 00:06:42 +02:00
parent 713c6bb087
commit e788c31688
8 changed files with 605 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
# 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