Hey! Vue tip for you 💡
Need to know which media query is currently active?
With `useMediaQuery`, you get a reactive boolean that automatically updates when the viewport changes.
Perfect to read viewport in JS, not just CSS: for example, to skip rendering heavy components.