Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Feature request: reserved area to display more specific information for a given component class #219

Closed
gre opened this issue Sep 21, 2015 · 4 comments

Comments

@gre
Copy link

gre commented Sep 21, 2015

This is how props are currently displayed on the right panel:

screen shot 2015-09-21 at 22 35 09

I think it's great, but it would be neat to allow a custom tab that can be refined by library implementers and that would visualize anything more specific and useful for a given component.

It would be great to have react-devtools "extensible" to support this easily (just each component class have a reserved area that it can render into).

I think this feature could improve the DX, a component library is likely to know better than a generic implementation how to render its specific props.

@gre gre changed the title Feature request: reserved array to display more specific information for a given component class Feature request: reserved area to display more specific information for a given component class Sep 21, 2015
@sophiebits
Copy link
Contributor

Yeah, we would like to add some sort of generic plugin support but we haven't figured out exactly how that would work.

@jaredly
Copy link
Contributor

jaredly commented Sep 24, 2015

@gre do you have thoughts about how this would be best done? My current thought is that plugins would live in this repo, and show up only when the library is present on the page, see #200 which adds a Relay Plugin

@bvaughn
Copy link
Contributor

bvaughn commented Aug 19, 2019

React DevTools has been rewritten and recently launched a new version 4 UI. The source code for this rewrite was done in a separate repository and now lives in the main React repo (github.com/facebook/react).

Because version 4 was a total rewrite, and all issues in this repository are related to the old version 3 of the extension, I am closing all issues in this repository. If you can still reproduce this issue, or believe this feature request is still relevant, please open a new issue in the React repo: https://github.com/facebook/react/issues/new?labels=Component:%20Developer%20Tools

@bvaughn bvaughn closed this as completed Aug 19, 2019
@gre
Copy link
Author

gre commented Aug 20, 2019

awesome @bvaughn ! 👏

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

No branches or pull requests

4 participants