Skip to content

benjaminchacko/useWindowSize

Repository files navigation

Custom React Hook - useWindowSize

Language(s): React JS

This repository is a React custom hook - useWindowSize - to handle responsiveness in React JS.

Important Features:

How to Use

  1. Fork this repository
  2. Clone to your local machine
  3. If you prefer NPM, npm install or if you use Yarn, yarn install in your terminal to install node-modules
  4. npm dev or yarn dev to open development in your browser