Top React Hooks — Mouse, Keyboard, and States

John Au-Yeung
3 min readSep 24, 2020
Photo by Ryan Stone on Unsplash

Hooks contains our logic code in our React app.

We can create our own hooks and use hooks provided by other people.

In this article, we’ll look at some useful React hooks.

react-hanger

The react-hanger library comes with various hooks we can use to do various things.

--

--