PureComponent in React
Expert-Level Explanation
PureComponent in React is a base class that extends Component. It implements shouldComponentUpdate with a shallow prop and state comparison. This means that it helps prevent unnecessary re-renders by doing a shallow compariso...
akashthoriya.hashnode.dev1 min read