#React Query

7 messages · Page 1 of 1 (latest)

subtle mauve
#

I need simple answer about where React Query saves cache in which memory, and when we close tab, does this cache removed? or what happens when we have 2 tabs open does they use same

plush mistBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

eternal niche
#

React Query stores cache in memory just means its creating a JavaScript object to store the cache.

#

Obviously this object is stored in memory (RAM)

#

Hence react Query stores cache in memory

#

2 tabs wont share the cache. I'm pretty sure its per tab since its just JavaScript object.

However you can persist it i think in localstorage and stuff. I dont have experience in that tho, so you'll have to look that up yourself