From 94fdcf1c6bca4660ba0b713d2787cdea251276b2 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 30 Nov 2025 02:32:15 -0800 Subject: [PATCH] docs: update CLAUDE.md --- CLAUDE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 03204157..88418c2d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -245,6 +245,16 @@ Key API patterns: - Base path: `/api/v1/` - Image assets served from AWS S3 +**📖 For detailed networking architecture, see [TanStack Query Architecture](./docs/TANSTACK_QUERY_ARCHITECTURE.md)** + +This document covers: +- TanStack Query v6 integration patterns +- Query and mutation hooks +- Cache management strategies +- SSR hydration with `withInitialData()` +- Best practices and common patterns +- Migration from Valtio to TanStack Query + ### Domain Models (from hensei-api) Key models that the frontend interacts with: