Accenture interview question

How performance improvements can be done in React?

Interview Answer

Anonymous

23 Oct 2025

Mentioned useMemo, use callback, pure components. Risk of using context api. Closing all the side effects in useeffect to reduce memory leakage.