Live instances of the exact same file/URL in multiple Electron windows?

时间:2018-06-04 17:28:57

标签: electron

I'm making an electron app with the intention of having multiple identical instances of a window (one per display) which all update simultaneously.

I know this could be achieved using ipcRenderer, but I just wanted to be certain I wasn't missing some easier approach first. I'm also using React, so it seems like it might be a bit cumbersome to relay information from my application to Electron.

Is there some clever approach to using for instance loadURL or loadFile that could result in the exact same content showing up on multiple windows?

0 个答案:

没有答案