leptos-knowledge-patch
Installation
SKILL.md
Leptos Knowledge Patch
Covers Leptos 0.8.8–0.8.17 (2024-08-26 through 2025-03-01). Claude Opus 4.6 knows Leptos through 0.6.x. It is unaware of the features below.
Index
| Topic | Reference | Key features |
|---|---|---|
| Components & views | references/components-and-views.md | <ShowLet>, <Show> signal support |
| Server functions | references/server-functions.md | Bitcode encoding option |
<ShowLet> Component (0.8.8)
New component for unwrapping Option values — similar to <Show> but provides the inner value to children: