Setting/Option to Change Default From "Action" to "State"
See original GitHub issueI love the Redux dev tools (thank you!), but I have one minor pet peeve with it. When I use the tool I use it to find out what my actions have done to my state without having to use debugger
or console.log
, ie. I use the “State” pane. However, every single time I open up the Redux dev tools I’m shown the “Diff” pane.
I’m sure that pane is very useful for other people, and I’m sure it deserves to be the default default pane … but if it was at all possible for me to tell the dev tools “please just open up with the State pane instead of the Diff pane” it would save me a few clicks every day.
If you don’t want to add a setting for this an alternative would be to simply make the default be whatever pane you last had open. This approach would also solve my problem, as I would click “State” once, and then never again (unless I used the other panes), and I wouldn’t even have to go to a settings/options page, it would just happen as a function of me using the tool.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:7
- Comments:5 (1 by maintainers)
Top GitHub Comments
Looks like this never happened?
True, the issue appears to be present still in 2019.