|
|
|
|
|
by FalconSensei
1701 days ago
|
|
But that is still memo-ing, just in a different part of the code. And I'm not sure wrapping all components in React.memo is a good practice, otherwise all components would be memo-ed by default. `shouldComponentUpdate` is more explicit |
|