...

/

React.memo === Functional PureComponent

React.memo === Functional PureComponent

We will discuss why refactoring is not the most suitable method for larger React apps.

We'll cover the following...
widget

A few weeks ago, John refactored the Benny component to a PureComponent.

Here’s ...