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
Latest sprint of work included less nested resources in API responses which is good overall. But on the front end it requires a great deal of more work and means the vuex store becomes a new caching layer and brings all the difficulty of cache invalidation.
I need to add more liberal usage of cache clearing and always allow user to clear their vuex cache by refreshing the page. When the user reloads the page I should be respecting their decision to reload the page and ensure every app restart clears all vuex stores. If I want performance or offline support use the service worker as it is intended.
The text was updated successfully, but these errors were encountered:
Latest sprint of work included less nested resources in API responses which is good overall. But on the front end it requires a great deal of more work and means the vuex store becomes a new caching layer and brings all the difficulty of cache invalidation.
I need to add more liberal usage of cache clearing and always allow user to clear their vuex cache by refreshing the page. When the user reloads the page I should be respecting their decision to reload the page and ensure every app restart clears all vuex stores. If I want performance or offline support use the service worker as it is intended.
The text was updated successfully, but these errors were encountered: