Hook to track window dimensions with optional debouncing
Configuration options
Current window dimensions
윈도우 크기를 추적하는 훅 (선택적 디바운싱 지원)
const { width, height } = useWindowSize();const isMobile = width < 768; Copy
const { width, height } = useWindowSize();const isMobile = width < 768;
Hook to track window dimensions with optional debouncing