-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea: "Log" button for states/actions #42
Comments
@gaearon I guess so, and it is much simpler to do=) |
I mentioned something similar to that idea in the discussion of #39. Copy to clipboard would be very useful to play with state in the console, as well as if you can paste the cumulative state/actions back into devTools (perhaps from a QA tester's debug session). |
@calesce I used ReactZeroClipboard for copy to clipboard here. https://github.com/lapanoid/redux-devtools-gentest-plugin/blob/master/src/components/TestMonitor.js it is damn simple. |
Very cool! I hadn't seen that. No excuse not to write tests now 😃 |
@calesce thanks, there is a room for improvement) |
No matter how good UI for object treeview can be, I doubt it'll beat the native UI (and REPL!)
What if we just add a tiny "log" button to every state and action in devtools?
Then you can always dump it to the console when you feel like exploring it in detail.
The text was updated successfully, but these errors were encountered: