Optimize a list component with React.memo and useMemo.
import { memo, useMemo } from 'react'; // Optimize this component