DOM breakpoints allow you to find what code modifies your page 🤯
In @ChromeDevTools:
‣ Right click on an element
‣ Break on
‣ Select: subtree/attribute modification, or node deletion
⚡️
Why are JavaScript developers always so extremely defensive about their preferred framework?
Just because you prefer React, that doesn’t mean that Vue or Angular are useless.
Treat it like a tool you like to use, not a religion
Modern CSS is so expressive 🤯
:where takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list