React.memo === Functional PureComponent
We will discuss why refactoring is not the most suitable method for larger React apps.
We'll cover the following...
A few weeks ago, John refactored the Benny
component to a PureComponent
.
Here’s ...