use-viewport-size
Returns viewport width and height and subscribes to changes
Source
Docs
Package
Usage
use-viewport-size returns current viewport's width and height, it subscribes to resize and orientationchange events,
during ssr hook will return { width: 0, height: 0 }:
Width: 0, height: 0