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
Fetching assets after every refresh of the web-app exposes the risk of overloading API quotas (as has been experienced by users). Alongside this, we need a better tool to allow the refreshing of cached/indexed data.
Moving to a local database (IndexedDB) will mean we can better store these assets with better control than Service Worker caching.
Fetching assets after every refresh of the web-app exposes the risk of overloading API quotas (as has been experienced by users). Alongside this, we need a better tool to allow the refreshing of cached/indexed data.
Moving to a local database (IndexedDB) will mean we can better store these assets with better control than Service Worker caching.
This will resolve (directly and indirectly):
It will also involve using
redux-persist
instead of our direct usage oflocalStorage
.The text was updated successfully, but these errors were encountered: