jacobcoughenour / odin

2 stars 0 forks source link

Shared State synchronization over IPC #13

Closed jacobcoughenour closed 3 years ago

jacobcoughenour commented 3 years ago

We make a shared state in the main process that is synced to all of our sub windows over IPC.

This could be through a third-party package or we might have to roll our own solution. If we decide to roll our own solution, we can convert this issue into a tracker for that.

jacobcoughenour commented 3 years ago

Here are some packages I found that could be used to do this:

https://github.com/klarna/electron-redux https://github.com/geblanco/electron-router https://github.com/sindresorhus/electron-better-ipc https://github.com/frankwallis/electron-ipc-proxy