Top React Hooks — Portal and Flux

John Au-Yeung
4 min readOct 1, 2020
Photo by Farhan Azam 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 Cool Portal

React Cool Portal lets us render our elements outside the usual DOM hierarchy determined by React.

--

--