React Query: cacheTime vs staleTime
If you ran upon this thread, you're probably struggling with setting up a great caching strategy using React Query (very recently renamed to TanStack Query). In this short article, I'll try to clarify the most common sources of confusion around cacheTime
and staleTime
, then conclude with a few opinionated recommendations as to how to use it with React Query.