- Does using react query introduce overhead of timers since it has to keep track of stale time, garbage collection on milliseconds precision?
- Does it provide cache max limit size based on max number of queries or max storage allowed?
I am learning react query and started to wonder some points that nobody explains