#reactusecallback

[ follow ]
Kentcdodds
1 month ago
JavaScript

When to useMemo and useCallback

Using React.useCallback may not always result in better performance as it can introduce additional work and memory overhead. [ more ]
[ Load more ]