Kudzu 0.8.47 - Direct primitive prop state
Kudzu 0.8.47 lets specialized setter-callback children initialize local state directly from one primitive parent state prop.
Highlights
- Supports direct
useState(value)whenvalueis linked to parent state with a proven primitive initializer. - Reads the parent signal build value while preserving independent child ownership and structural signal links.
- Keeps direct
.toString()initialization for string input buffers. - Rejects object/array props, aliases, and composed initializer expressions.
- Adds no component runtime, hydration, browser module, or public API.
Validation
npm run check: 162 pagesnpm test: 212/212npm run test:package: passed
See RELEASES.md for details.