React.useCallback() lets us memoize functions, which will prevent them from re-creating. You'll use memoized functions for passing them down as props or using them as dependencies for other useCallback or useEffect calls.