DEV Community

Discussion on: What is useCallback hook in React?

Collapse
 
gautham495 profile image
Gautham Vijayan

usememo --> memoized value
useCallback ==> memoized function

Collapse
 
rahxuls profile image
Rahul

That's how you do it.