You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think quite a few performance issues might be solved this way, since we can offload complex calculations to the browser while still keeping things reactive. We never (want to) use reactivity below the object level, so that wouldn't result in any problems either AFAICT.
The text was updated successfully, but these errors were encountered:
That link doesn’t work for me, but sqlite is a lot easier, since I (we both?) are more familiar with sql than with dexie/indexedDB, so that would definitely be a win.
Might even be relevant/handy to standardise on a way to structure the schema of sqlite in the different clients? (Web, macOS/iOS, android?)
chvp
changed the title
Look into using dexie instead of vuex (for model data)
Look into using an actual (reactive?) database instead of vuex (for model data)
Aug 7, 2023
https://github.com/dexie/Dexie.js
I think quite a few performance issues might be solved this way, since we can offload complex calculations to the browser while still keeping things reactive. We never (want to) use reactivity below the object level, so that wouldn't result in any problems either AFAICT.
The text was updated successfully, but these errors were encountered: