feat(build): generate page-boundary helper
Expose generated ui::page as the canonical page-boundary rendering helper and move the Workout golden path and docs off beginner-visible ui::render calls. req: public_api/002 req: codegen/002 req: canonical_authoring/006
This commit is contained in:
@@ -34,7 +34,7 @@ For beginner and production-shaped app code, stay on this path. req: public_api/
|
||||
## Mental model: render → slot/key → effect → runtime
|
||||
|
||||
- **Render:** hemplate renders Rust view structs into checked HTML. App code
|
||||
normally reaches rendering through generated helpers or `hemx::page(...)` at a
|
||||
normally reaches rendering through generated `ui::page(...)` helpers at a
|
||||
server page boundary, not raw HTML construction. req: html_safety/002 req: view/001
|
||||
- **Slot/key:** a generated slot names the target, and a generated keyed slot
|
||||
also carries the stable row key. A list target inside `h-for` must have a
|
||||
|
||||
Reference in New Issue
Block a user