klarna / electron-redux

Use redux in the main and browser processes in electron
MIT License
745 stars 95 forks source link

Specify only a single webContents to receive the `redux-action` IPC message #215

Open mmmkkaaayy opened 4 years ago

mmmkkaaayy commented 4 years ago

I create a lot of BrowserWindows for my app, of which only 1 of them has a redux store. Looking at forwardToRenderer implementation, it seems like it's broadcasting the redux-action message to ALL webContents on the app. Is there any easy way to specify only a single webContents to receive the redux-action IPC message?