Auto-focus an input on mount using useRef.
import { useRef, useEffect } from 'react'; export default function AutoFocusInput() { // Auto-focus the input }