You should use React.memo more!youtube.com 1 pointcacozen5 years ago1 commentSaveHideCopy link On HNComments−JMTQp8lwXL5yPlease only memo if you need to (e.g., "Wow! This component is noticeably faster when I use memo, there's customer value in that").Overly aggressive usage of React.memo, and premature optimization in general, tends to be more trouble than it's worth.
Comments
Please only memo if you need to (e.g., "Wow! This component is noticeably faster when I use memo, there's customer value in that").
Overly aggressive usage of React.memo, and premature optimization in general, tends to be more trouble than it's worth.