Should we care about memory optimization when not using SSR?
Like, can the object React Query stores ever get big enough that the tab might end up using a ton of ram? If so, how do we prevent it?
1 Reply
grumpy-cyan•3y ago
I have never worried about it, but you can set a shorter cacheTime to garbage collect unused queries earlier. Nothing we can do about data that is needed