Identify Performance Issues of React Components

Why Did My React Component Rerender?

Mohammad Faisal
JavaScript in Plain English
3 min readMay 16, 2021

--

React is fast. I mean really really fast. This is one of the main reasons for its popularity.

But sometimes we create performance problems in our applications by misusing its features. Components should not render more than they need to!

--

--