Hook (React)

A Hook is a special React function that lets you 'hook into' React features like state and lifecycle from inside a functional component. Hook names always…