Returns the current viewport's size as width and height in CSS pixels and breakpoint booleans.
This hook listens for window resize events. Using useIsMobile or useMediaQuery when checking
breakpoints is recommended for performance reasons, as they only fire out boundary changes.
Returns the current viewport's size as
widthandheightin CSS pixels and breakpoint booleans.This hook listens for window
resizeevents. UsinguseIsMobileoruseMediaQuerywhen checking breakpoints is recommended for performance reasons, as they only fire out boundary changes.