show-me-the-react icon indicating copy to clipboard operation
show-me-the-react copied to clipboard

React 16 Support?

Open simkea opened this issue 8 years ago • 1 comments

Are you still working on this plugin? I would like to receive support for React 16

br

simkea avatar Sep 27 '17 12:09 simkea

With React 16, the DOM is no longer rendered with React-specific classes. So it is more complicated to highlight components. In the meantime, the React Developer Tools extension has improved:

https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en

While I would like to revive this extension, I don't currently have the bandwidth to dig into how to detect the React components properly. I'm very happy to merge PRs if someone else has time. I might in the future but I can't promise anything. I do want to understand it and am still curious.

cymen avatar Nov 22 '17 06:11 cymen