Kent C. Dodds 6/2/2019

When to useMemo and useCallback

Read Original

This article uses a candy dispenser React component example to demonstrate that using useCallback and useMemo isn't always beneficial for performance. It explains that these hooks add their own computational cost and should only be used when the performance optimization outweighs their inherent overhead, challenging common assumptions about inline functions.

When to useMemo and useCallback

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet