How does React.PureComponent perform if you add it to the test?
We used to use pure functional components everywhere, but now mostly use React.PureComponent everywhere. Thoughts?
How does React.PureComponent perform if you add it to the test?
We used to use pure functional components everywhere, but now mostly use React.PureComponent everywhere. Thoughts?