e788c31688
req: examples/001 req: dx/008 req: form/002 req: page_swap/002 req: push/003
20 lines
549 B
Markdown
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
|