Skip to content

Kudzu 0.8.47 - Direct primitive prop state

Choose a tag to compare

@bunzzeok bunzzeok released this 13 Aug 07:01
· 2 commits to main since this release

Kudzu 0.8.47 lets specialized setter-callback children initialize local state directly from one primitive parent state prop.

Highlights

  • Supports direct useState(value) when value is 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 pages
  • npm test: 212/212
  • npm run test:package: passed

See RELEASES.md for details.