For further actions, you may consider blocking this person and/or reporting abuse
Read next
Why Does JavaScriptβs parseInt(0.0000005) Print β5β? π€
Jagroop Singh -
Taming Long Text: The Art of Truncation with CSS
56kode -
β‘ React Pure Loading: Lightweight CSS Loaders for React
Tomas Stveracek -
Mastering CSS Flexbox: Advanced Techniques, Real-World Applications, and Best Practices
Eleftheria Batsou -
Top comments (10)
I always find Firefox's developer tools way better
That was added around the beginning of 2018
Last time I had Firefox installed was about 10 years ago. Iβll give it another try. Thx for sharing.
is there a specific dev plugin you recommend i try in Firefox or just use the native dev tools ?
@ameedjamous
Nowadays the default inspector tools are good enough but frontend js frameworks also have their own specific dev tools. You can for example search for "React Developer Tools chrome plugin" (or firefox) which usually give framework specific details on your app.
π
I use Lighthouse in Chrome for auditing a site. I use Firefox's DevTools more often, they are very active in adding features. I particularly like the CSS Grid support in Firefox.
Super awesome! I love the little box model they have in there for css π
Actually It's a copy of Firebug and Firefox inspector.