@tanstack/[email protected]
@tanstack/react-start
View on GitHubView PackagePublished: Jul 1, 2026

Release Notes

Patch Changes

  • #7662 ba52d2b - perf: zero-copy frame payload extraction in the client frame decoder. When a frame's bytes are fully contained in the first buffered chunk (the common case), return a subarray view instead of allocating a new buffer and copying. This is on the hot path for decoding streamed server-function responses and RawStream payloads.

  • Updated dependencies [9809a06]: