use-element-size
Returns element width and height and observes changes with ResizeObserver
Source
Docs
Package
Usage
Resize textarea by dragging its right bottom corner
Width: 0, height: 0
API
use-element-size is a simpler version of use-resize-observer hook.
Hook returns a ref object that should be passed to the observed element, and the element's height and width.
On the first render (as well as during SSR), or when no element is being observed, width and height properties are equal to 0.