React hooks give you powerful ways to manage state, effects, context, and more—without writing class components. In this video, we break down all 10 core built-in React hooks and show you how to build ...
Hooks were introduced in React 16.8 in late 2018. They are functions that hook into a functional component and allow us to use state and component features like componentDidUpdate, componentDidMount, ...