This lesson is for subscribers
You've completed the free preview. Subscribe to unlock every lesson in every course.
Understanding that useCallback(fn, deps) is equivalent to useMemo(() => fn, deps) - one for values, one for functions.
You've completed the free preview. Subscribe to unlock every lesson in every course.