React PureComponent vs Component
I’ve spent over years building React applications, and if there is one thing I’ve learned, it’s that performance matters. When your application starts to grow, you might notice that some parts of your UI feel a bit sluggish or laggy. In most cases, this happens because React is re-rendering components even when the data hasn’t … Read more >>