Skip to content

Provide a mechanism for marking the React type so that it can be identified in HTML #9029

@velohomme

Description

@velohomme

It would be very helpful during analysis and debugging (especially when unfamiliar with code base) to be able to identify components by looking at the HTML. For instance <Foo reactType="Foo" .... that would yield <div blah, blah data-react-type="Foo". I realize I can do this with data-react-type="Foo" but it might be nice for formalize this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions