DEV Community

Discussion on: Optimizing React App Performance

Collapse
 
asjadanis profile image
Asjad Anis

Probably yes but your profiling tools will help you judge better. Plus in simple components memo and useCallback can add unecessary complexity to the code base. If the performance gains are significant enough then definitely go for it but otherwise it doesn't make much sense.

Collapse
 
iamludal profile image
Ludal 🚀

Thanks for your answer! 🙌