Eliezer Steinbock
1 min readMay 6, 2017

--

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?

--

--