logoReact Modern Hooks

Documentation

Getting Started

Installation

Hooks Overview

useFetch( )useCopyToClipboard( )useNetwork( )useFullScreen( )useGeolocation( )useSelectedText( )useStateCallback( )useResize( )useSearch( )useImageDownload( )

useResize( )

A react hook which handle's page resizing and returns the current width and height of the page. The new screen width or height is only printed when the resizing is paused for 1000ms

Usage

1

References