-
…in reply to @schizanon
@yesiwebto jaffathecake I use Dexie very heavily. I view idb with a lot of suspicion: if I wanted to be that close to the base implementation, I wouldn't even be using a 3rd party lib. Fwiw I've built my own IDB wrapper to understand it, then moved to Dexie.
-
…in reply to @rockerest
@yesiwebto jaffathecake No question that something like Dexie adds a lot of weight to an app: it adds a TON of features on top of the storage system. I think the big thing Dexie is missing is the ability to import just the pieces you need and leave the kitchen sink behind.