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
width
andheight
in CSS pixels and breakpoint booleans.This hook listens for window
resize
events. UsinguseIsMobile
oruseMediaQuery
when checking breakpoints is recommended for performance reasons, as they only fire out boundary changes.