Skip to content
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

Show Redux Dev Tools in a New Window #261

Merged
merged 5 commits into from
Mar 28, 2016

Conversation

seoyoochan
Copy link
Contributor

Show Redux Dev Tools in a New Window.

Personal preferences vary, and whether to put the DevTools in a separate window, in a dock, or right inside you app’s user interface, is up to you. Make sure to check the documentation for the monitors you use and learn about the different props they support for customizing the appearance and the behavior.

Note that there are no useful props you can pass to the DevTools component other than the store. The store prop is needed if you don’t wrap in a —just like with any connected component. To adjust the monitors, you need to pass props to them inside DevTools.js itself inside the createDevTools() call when they are used.

Learn More WalkThrough about redux-devtools


This change is Reviewable

@seoyoochan seoyoochan merged commit 7f5634c into shakacode:master Mar 28, 2016
@justin808
Copy link
Member

I think this wasn't passing CI -- I'm going to revert this and we'll redo. We should have the PR for this serve as a clear example of adding this feature and avoid any extraneous changes.

@justin808
Copy link
Member

@seoyoochan Let's resubmit this, and make sure we can refer to this in the docs. Single commit and ONLY related to redux dev tools. I'm the only one that will merge to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants