Skip to content
TILens What matters today in tech v0.0.9
Theme

Daily edition · React

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

19 May 2026 edition
React JavaScript

Structured Output That Remembers Across Turns

useChat({ outputSchema }) used to keep one slot for partial/final, so multi-turn structured chats lost prior turns the moment a new one streamed in. Every assistant turn now carries its own typed StructuredOutputPart on…

Source: TanStack Blog Alem Tuzlak