Top React Hooks — Renders and States

John Au-Yeung
3 min readOct 13, 2020
Photo by Kumpan Electric 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

The react-use library is a big library with many handy hooks.

useMediatedState

--

--