6 ms·
"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 d
by ronaldj 7y 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.
- ulisesrmzroche 7y agoYou’re probably using super basic react then. Start adding some more to the plate, and you’ll get there.