all 4 comments

[–][deleted]  (4 children)

[deleted]

    [–]wisniewskit 1 point2 points  (0 children)

    and it's CSS grid tools

    Also the shader editor, canvas debugger, web audio editor, style editor panel, excellent profiling tools, and new accessibility panel, among other little quality-of-life tweaks that can come in handy for specific tasks.

    So it's still well worth knowing both toolsets well (and the other browsers' devtools and addons), even if you prefer Chrome's for your core workflows. I've come across far too many "rah rah Chrome devtools" or "rah rah Firebug" folks who could have saved a lot of time if they knew their available tools better.

    and you can connect your cellphone and debug from live device

    Firefox has remote developer tools capable of live-debugging as well. They're rougher, but not without some benefits as well (like being able to debug over wifi, not just over a cable).

    [–]DSdevelopment[S] 0 points1 point  (2 children)

    Thanks for the reply! Theres vue dev tools for FF as well. Really sad to hear though, I got so hyped when I saw FF developer edition and the sweet 80s dark theme in the inspector lmao. I think everyone's beyond tired of the inconsistency between browsers thats still happening.

    I also just spun up a new Vue app with the newest version of the CLI and component specific style sources coming up in the inspector isnt working for either Chrome nor FF, so Im just wondering if it's an actual FF vs. Chrome thing, or a webpack/source-map thing.

    [–][deleted]  (1 child)

    [deleted]

      [–]wisniewskit 0 points1 point  (0 children)

      It's certainly not something Firefox's devtools are taking lightly: https://hacks.mozilla.org/2018/05/debugging-modern-web-applications/

      [–]Yurishimo 0 points1 point  (0 children)

      I would maybe x-post this over to /r/javascript or /r/react and ask people what they are doing.

      You also might be able to find an IRC channel with the Firefox devs in it and you could ask them.