1 / 5
What are Hooks?
Hooks let you use state in functional components
code
import { useState } from 'react';