FrontEnd Development
30.8K subscribers
145 photos
1 video
9.34K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
What’s New in DevTools in Chrome 73

Quite a lot of smaller things, including ‘Logpoints’ a way to log messages to the console without adding console.log() calls, keyboard navigation of the console, and the ability to manage geolocation overrides. - http://amp.gs/913B

#devTools #chrome
5 Things You Didn’t Know About React DevTools

You can theme them, you can debug performance using its profiler, you can dig into source, use ‘secret’ React APIs, and more. - http://amp.gs/UcXm

#react #devtools
16 DevTools Tips & Tricks Every CSS Developer Needs to Know - http://amp.gs/dQGK

#chrome #devTools
Are Long JavaScript Tasks Delaying Your 'Time to Interactive'?

Chrome DevTools can now visualize ‘Long Tasks’ (code that causes the main thread to freeze, breaking the user experience) making it easier to debug and optimize away any problems. - http://amp.gs/OPqE

#javascript #devtools
What's New In DevTools for Chrome 78

Including Lighthouse 5.2 in the Audits panel, and Largest Contentful Paint in the Performance panel. - http://amp.gs/A9hw

#chrome #devtools
How to Read A Web Page Test Waterfall Chart

If like me, you often look at a waterfall chart and get a bit lost as to what it all means, you’ll find this to be a handy reference, explaining it all in very accessible way. - http://amp.gs/q00F

#devtools
15 DevTool Secrets for JavaScript Developers

I think ‘secrets’ is a bit bold, but nonetheless I picked up a few tips here. Breaking on DOM changes, filtering requests in the Network panel, and copying requests in fetch or curl format are all very neat. - http://amp.gs/6a6g

#devtools
Profiling site speed with the Chrome DevTools Performance tab

Matt Zeunert demonstrates how to use the Chrome DevTools Performance tab to measure and improve the speed of your website. - http://amp.gs/bEYv

#devtools
DevTools for CSS Layouts 2021 Edition

Chen Hui Jing gives an overview of layout-related DevTools features. - http://amp.gs/bXYs

#devtools