You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow-up to #25 that introduced client-side caching in useCachedAsyncData, explore options to also add client-side caching to useDataCache, possibly reusing/sharing code from useCachedAsyncData.
The text was updated successfully, but these errors were encountered:
Hi, sorry to bother you again. I think my question might be related to the previous one. Is there a way to retrieve data from useRouteCache() during client-side navigation?
When I first visit the website, it correctly fetches the data from the cache. However, during subsequent client-side navigation, it queries the CMS again. Is it possible to avoid this behavior?
As a follow-up to #25 that introduced client-side caching in useCachedAsyncData, explore options to also add client-side caching to useDataCache, possibly reusing/sharing code from useCachedAsyncData.
The text was updated successfully, but these errors were encountered: