Top React Hooks — Shared Data and Default States

John Au-Yeung
3 min readOct 8, 2020
Photo by Mimi Thian 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.

createStateContext

--

--