Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Come up with a better solution for offline storage #132

Open
adisreyaj opened this issue Aug 3, 2021 · 0 comments
Open

Come up with a better solution for offline storage #132

adisreyaj opened this issue Aug 3, 2021 · 0 comments

Comments

@adisreyaj
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant