React.useMemo(func)
saves the RESULT of executing func()
.
React.useCallback(func)
saves func
ITSELF without executing func.
React.useMemo(func)
saves the RESULT of executing func()
.
React.useCallback(func)
saves func
ITSELF without executing func.
For further actions, you may consider blocking this person and/or reporting abuse
vaatiesther -
Agbo, Daniel Onuoha -
Rajesh Kumar Yadav -
Dalvir -
Top comments (0)