Dioxus
Installation
SKILL.md
Dioxus 0.7.3 Knowledge Patch
Claude's baseline knowledge covers Dioxus through 0.6.3. This skill provides 0.7.3 features.
Quick Reference
New in 0.7.3
| Feature | Description |
|---|---|
| Subsecond Hot-Patching | Full Rust code hot-reload via jump table |
| WASM Splitting | Lazy-load chunks for faster initial load |
| Manganis Assets | asset!() macro with optimization & cache-busting |
| Stores | Nested reactivity with path-based subscriptions |
Subsecond Hot-Patching
Full Rust hot-reload without restart. Functions called through jump table that gets patched.