Hacker News new | ask | show | jobs
by LAC-Tech 1519 days ago
Are most frontend developers even able to leverage the browser console?

If you have transpiled react - which needs its own debugger - I'm not sure what interesting things you could do from there.

I don't think it's part of the culture anymore, unless you're doing vanilla JS or jquery. Happy to hear counter example, but I've had to show even node.js backend devs that the node interpreter actually exists.

1 comments

Source maps allow you to use the debugger just fine.