My advice is don't bother with dexie, hold everything in memory and batch writes to indexeddb. It makes for a slower boot time, but a lot fewer write bottlenecks and weird UI lags. You can steal coracle's StorageAdapter code if you want.
My advice is don't bother with dexie, hold everything in memory and batch writes to indexeddb. It makes for a slower boot time, but a lot fewer write bottlenecks and weird UI lags. You can steal coracle's StorageAdapter code if you want.
No replies yet.