DEV Community

Cover image for DevTools - My Favorite Tips and Tricks

DevTools - My Favorite Tips and Tricks

Tapas Adhikary on May 27, 2019

I was not so keen in publishing this article initially as I thought that, I would be repeating the things that you might be knowing already. After ...
Collapse
 
stereobooster profile image
stereobooster

Here is the trick:

store any variable as a global variable:

copy the global variable to the clipboard:

Collapse
 
karataev profile image
Eugene Karataev

When debugging I like to clear the noise in network tab by filtering out requests I'm not interested in.

Here's the example to hide OPTIONS requests:
options

Collapse
 
jecsham profile image
Jecsham

Nice post!

A very useful tool for me is in the Network Panel, you can simulate a bad connection for test loading stuff with api requests :p
In sa ne

Collapse
 
antontsvil profile image
Anton T

Great stuff! Didn't know about group, that one's a game changer!