React hook that tracks the current browser window size.
The hook listens to the resize event and updates automatically.
resize
An object containing:
width
height
const { width, height } = useWindowSize(); Copy
const { width, height } = useWindowSize();
React hook that tracks the current browser window size.
The hook listens to the
resizeevent and updates automatically.