klarna / electron-redux

Use redux in the main and browser processes in electron
MIT License
743 stars 94 forks source link

Redux devtools main process #311

Open muhajirdev opened 3 years ago

muhajirdev commented 3 years ago

Is your feature request related to a problem? Please describe. I have redux-logger initialialized on my main-process to check how state from time to time. but, as the app becomes larger, it's so painful to scroll the terminal.

Describe the solution you'd like Is there a way to connect this redux in the main process ?

Describe alternatives you've considered I know I can hook redux into the renderer process, but a few action in the init phase of main process is missing. Because the window is not created yet.