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 1/2] 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 From 6cf3a9a883d1be410fe9cbf3dcbb20e44e815232 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Thu, 3 Sep 2026 11:09:53 -0600 Subject: [PATCH 2/2] Clarify React definition ownership --- docs/framework/react/quick-start.md | 4 ++-- packages/charts-core/docs/framework/react/quick-start.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/framework/react/quick-start.md b/docs/framework/react/quick-start.md index d9c33853..750d159f 100644 --- a/docs/framework/react/quick-start.md +++ b/docs/framework/react/quick-start.md @@ -159,8 +159,8 @@ export function LiveLetterFrequency({ rows, accent }: LetterFrequencyInput) { } ``` -TanStack Charts owns rebuilding the chart when its definition changes. The -application owns when that definition changes through the dependency list. See +The application owns invalidation through the dependency list. A new +definition identity tells TanStack Charts to rebuild the chart. See [Chart Definition API](../../reference/chart-definitions.md). ## Interaction callbacks diff --git a/packages/charts-core/docs/framework/react/quick-start.md b/packages/charts-core/docs/framework/react/quick-start.md index fb49776c..750d159f 100644 --- a/packages/charts-core/docs/framework/react/quick-start.md +++ b/packages/charts-core/docs/framework/react/quick-start.md @@ -159,8 +159,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 +The application owns invalidation through the dependency list. A new +definition identity tells TanStack Charts to rebuild the chart. See [Chart Definition API](../../reference/chart-definitions.md). ## Interaction callbacks