You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have
redux-logger
initialialized on mymain-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.
The text was updated successfully, but these errors were encountered: