Replies: 2 comments
-
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.
-
@ccy-213 we recently wrote a piece around this topic with React specifically, but you could maybe use this approach if you do not care about loose sync: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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