First measure, then fix the real cause — don't sprinkle useMemo everywhere on a guess.
Diagnose
Use the React DevTools Profiler (enable "Highlight updates when components render"). It shows which components re-rendered and why (props changed, state changed, parent rendered, context changed).
Common causes and fixes
defeat :
