Back to articles

Tag archive

#memo

R
Mar 11, 2024

React Memo vs useMemo

In this article, I will share a revised version of what memo and useMemo do. I will answer the question: should you wrap every prop with memo and useMemo? I will discuss when to use and when not to use memo and useMemo, and how to optimize with memo and useMemo

Mar 11, 20248 min read9 reactions0 comments