vuejs / vuex

🗃️ Centralized State Management for Vue.js.
https://vuex.vuejs.org
MIT License
28.42k stars 9.58k forks source link

It is possible to sync vuex state across devices? #2133

Closed yiyasha15 closed 2 years ago

yiyasha15 commented 2 years ago

when the user logs in, i'm storing some data from an api on vuex , on page reload if the same user access i skip the API call and show vuex data.

this was going fine.

until i found out that if i'm logged in on multiple devices and update vuex, only the store of the updated device changes..

is there a way to sync vuex with latest update on all devices?

please help. thanks!

vue-bot commented 2 years ago

Hello, thank you for taking time filling this issue!

However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).

I hope to see your helper-created issue very soon!