Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into using an actual (reactive?) database instead of vuex (for model data) #776

Open
chvp opened this issue May 8, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@chvp
Copy link
Member

chvp commented May 8, 2022

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.

@chvp chvp added the enhancement New feature or request label May 8, 2022
@robbevp
Copy link
Member

robbevp commented Jul 5, 2023 via email

@chvp 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants