0๐
this does actually create two separate
Exactly. In 2 different processes.
But here is 2 possible approaches to start with:
- Use IPC to communicate between Renderer and Background
- Try this package vuex-electron (it also uses IPC under the hood)
Source:stackexchange.com