Accenture Interview Question

How performance improvements can be done in React?

Interview Answer

Anonymous

Oct 23, 2025

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