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:
@@ -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
|
||||
Reference in New Issue
Block a user