octo
octo copied to clipboard
Investigate alternatives to LocalForage
All modern browsers support IDB. Using a library built specifically for IDB will simplify the CRUD operations we perform on documents. It will also help us to migrate away from storing all documents in memory at once.
- https://github.com/dexie/Dexie.js
- https://github.com/jakearchibald/idb