When my app loads and caches a certain amount of data becomes slow or crash.
Hello everyone; I am using react-query@4.29.3. When my app loads and caches a certain amount of data, it becomes slow or may even crash. it improved slightly when I set 'refetchOnWindowFocus' to false, but the issue might still occur when it caches a larger amount of data. does anyone know how to resolve this issue?
2 Replies
like-gold•3y ago
Can you show a standalone reproduction please
stormy-goldOP•3y ago
Hey there, hi! Thanks for the reply. It turns out it was the wrong implementation on my end. So, sorry to bother you 🥲
Btw, ReactQuery works really well. Great work bro!