5 ms·
So, the final choice is dexie + custom backend? I've researched these open source solution before, I think dexie is the choice that you will never regret. fyi
by wener 1y ago
So, the final choice is dexie + custom backend? I've researched these open source solution before, I think dexie is the choice that you will never regret.
fyi https://dexie.org/ https://dexie.org/
- isaachinman 1y agoSure, that works if you only operate in environments where IndexedDB is available. On mobile and desktop, IndexedDB does not exist, and SQLite is available first-class.