React Hooks
Introduction to React Hooks.
React Hooks
Hooks allow function components to have access to state and other React features.
Hooks allow us to "hook" into React features such as state and lifecycle methods.
You must import Hooks from react.
Common hooks include useState, useEffect, and useContext.