Instalation
npm i react-hook-size --save
Why this hook is the best?
- Rerenders after mount to get size
- Uses ResizeObserver(or ponyfill)
Usage
;; { let style = width: '100%' height: '100%' ; let ref = ; let width height = ; return <div ref=ref style=style> <h1>W: width H: height</h1> </div> ;}