Hacker News new | ask | show | jobs
by ronaldj 2494 days ago
"There’s no hope of understanding the DOM with React"

This is false. I've been developing with React for over a year and a half and have never used the React dev tools. I've only ever used the browser's web inspector and it's fine. We don't write CSS in JS, so this could play in to that, but when we were evaluating those solutions it wasn't impossible to figure out what was going on, even if you had hashes for class names.

1 comments

You’re probably using super basic react then. Start adding some more to the plate, and you’ll get there.