From 994d5546cdc00129b4d4b254630ca21787b1b1a9 Mon Sep 17 00:00:00 2001 From: Vikrant Pogula <2432643+vikrantpogula@users.noreply.github.com> Date: Fri, 21 Aug 2026 18:52:03 -0400 Subject: [PATCH] Align react docs language to be similar to homepage "what does TanStack own" --- docs/framework/react/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framework/react/quick-start.md b/docs/framework/react/quick-start.md index 702d9200..f01cf5a3 100644 --- a/docs/framework/react/quick-start.md +++ b/docs/framework/react/quick-start.md @@ -153,8 +153,8 @@ export function LiveLetterFrequency({ rows, accent }: LetterFrequencyInput) { } ``` -The dependency list owns application invalidation. The definition identity -tells the chart host when captured values changed. See +TanStack Charts owns rebuilding the chart when its definition changes. The +application owns when that definition changes through the dependency list. See [Chart Definition API](../../reference/chart-definitions.md). ## Interaction callbacks