Top React Hooks — Input, Modals, and Lazy Load Images

John Au-Yeung
3 min readOct 9, 2020
Photo by Holger Link 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-use-input

The react-use-input lets us bind to inputs easily with our React component.

--

--