Consider `dexie` over `idb-localstorage`
See original GitHub issueFeature Request
Is your feature request related to a problem? Please describe.
Not a problem, but could be if idb-localstorage becomes abandoned
Describe the solution you’d like
dexie is a more mature solution with a broader support structure.
Describe alternatives you’ve considered I realize that you may be familiar with the localstorage API and this request would mean real work, so feel free to say ‘sod off’ 😄
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How To Use the StorageManager API
Some things to consider: Your app must be served over HTTPS, as the StorageManager() is only available in a secure context. StorageManager API...
Read more >Application Crashes When no IndexedDB available · Issue #171
I really like the suggestion to use Dexie. i think it could be a longer term solution but I think in the short...
Read more >Local Storage using Dexie not staying persistent
I am using Dexie to access IndexedDB on a flash card maker project. I can manipulate the database as expected, and it stays...
Read more >dexie
Assuming you've already ran npm install dexie --save for the app your are developing. Fork Dexie.js from the web gui on github. Clone...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Nevermind. I just realized you are also the author of
idb-localstorage😄 my apologies@loganpowell Actually this is something we need to do ourselves together with better cache persistence improvements. Back to roadmap