Jul 22, 2017 · 1 min read
“That is, the component only needs to re-render when its props change. React has a special type of component built-in called PureComponent that is meant for exactly this use case.”
When would you want to re-render a component where its props didn’t change?
