DEV Community

Discussion on: Boosting your React App’s performance with React.memo.

Collapse
 
otanriverdi profile image
Özgür Tanrıverdi

I find that you have to be careful to not overuse React.memo as it tends to have some performance returns in the long run.

Collapse
 
orsunmigbare profile image
Orsunmigbare

yeah, sure.. more reason why I included this statement " you should not memoize all the time, a guide on when to use memoization techniques can be found in this article by Kent."