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
The current approach for offline storage relies on Localforage for connecting with IDB. For each of the main features, instances are made to interact with IDB. The current approach might not be the best way to go.
Need to streamline the updates and reads to and from IDB.
Consider other packages with more flexibility and granular control for when to update the data.
Packages to consider: Dexie.js
The text was updated successfully, but these errors were encountered:
The current approach for offline storage relies on Localforage for connecting with IDB. For each of the main features, instances are made to interact with IDB. The current approach might not be the best way to go.
Need to streamline the updates and reads to and from IDB.
Consider other packages with more flexibility and granular control for when to update the data.
Packages to consider: Dexie.js
The text was updated successfully, but these errors were encountered: