useState is a Hook that lets you add React state to function components.
useEffect is a Hook that lets you perform side effects in function components.
useContext is a Hook that lets you subscribe to React context without nesting.