Replies: 1 comment
-
We don't enough control over the webview to have actually shared state, so the solution to your question is the same as how to share state across browser windows/tabs (that should hopefully make asking google etc easier). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a web app built using vue js with vuex as state management.my app connecting to server via websocket. I would like to make it a desktop application, and support multiple windows. Is there any guidelines on how can I keep a single view store in main window that can be sync across all sub windows?
Beta Was this translation helpful? Give feedback.
All reactions