electron-redux
electron-redux copied to clipboard
Redux devtools main process
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.