react
javascript
reacthooks
next.js
newbie
What are React Hooks?
In the React 16.8 version, hooks are the new functionality. It permits the use of state and other React features without the need to create a class. In the past, you'll have to write class-based components to perform some of the...