Y
Hacker News
new
|
ask
|
show
|
jobs
by
jawns
4055 days ago
In Chrome, there's a cool React dev tools extension that shows you the React components.
https://chrome.google.com/webstore/detail/react-developer-to...
1 comments
hcarvalhoalves
4055 days ago
That's actually better than looking at the HTML output, unless you're debugging something really weird. With React you should treat HTML as an implementation detail and work in terms of component trees.
link