Pure Component
IntroductionIn React, a pure component is a type of component that implements the shouldComponentUpdate lifecycle method with a shallow comparison of the current props and state with the next props and state. If the props and state haven't changed, t...
careerpath.hashnode.dev1 min read