Answer the question
In order to leave comments, you need to log in
Should I always use React.PureComponent instead of React.Component?
Not so long ago, React.PureComponent appeared in react , which differs in that it does a shallow comparison of changes itself. Should we ditch React.Component for good? And can there be bugs if we replace React.Component with React.PureComponent throughout the project?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question