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.
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.