React Query doesn’t cache
I am currently using react query found here: https://tanstack.com/query/latest and im starting off in a test project to try to understand it. For some reason after reading the docs and watching multiple videos on the subject my data is not being cached at all and when the page is reloaded the components displays new data everytime.