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
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
This is how props are currently displayed on the right panel:
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.
The text was updated successfully, but these errors were encountered:
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
@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
This is how props are currently displayed on the right panel:
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.
The text was updated successfully, but these errors were encountered: