How To Fix Memory Leak Issue In React Js Using Hook

Bikash dulal
Technology Hits
Published in
3 min readApr 5, 2021

--

Memory Leak Issue Is the first step toward the lower performance of the project. So we need to take care of memory while developing the project.

Hello everyone, In this article, I am going to discuss the memory leak issue in react application. I am focusing on react hooks rather than class-based. But let's compare class-based with a hook.

--

--