Skip to content

Kudzu 0.16.8 - Shared Lazy Capability Graphs

Choose a tag to compare

@bunzzeok bunzzeok released this 31 Aug 00:15
· 2 commits to main since this release

Kudzu 0.16.8 shares one deferred package graph across route owners while keeping loading interaction-triggered and ownership validation lexical.

  • Shares one 250,086 raw / 80,890 gzip byte CodeMirror chunk across two route owners.
  • Keeps the deferred graph out of route HTML, module preload, navigation prefetch, and static siblings.
  • Uses native document module-map deduplication with no loader, cache, or prefetch registry.
  • Rejects dynamic imports hidden behind shadowed useEffect calls through lexical binding validation.
  • Preserves exact owner and document cleanup.

Install with npm install @kudzujs/core@^0.16.8.