Automatically refetching with React Query
A super cool feature of React Query is that we can auto refetch on a specified interval.
This could be useful if you have quickly changing data that needs to be rechecked every minute.
In our example, we'll call a random API endpoint, meaning every r...
h.daily-dev-tips.com2 min read