Top React Hooks — Clipboard, APIs, and Forms

John Au-Yeung
3 min readOct 7, 2020
Photo by Rosie Kerr 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-clipboard

The react-use-clipboard library provides us with copy to clipboard functionality.

--

--