Optimizing React Components: Harnessing the Power of Pure Component and React.memo()
What is a Pure component and pure function?
Based on the concept of purity in programming paradigms, a function is said to be pure if it meets the following two conditions:
Its return value is only determined by its input values
Its return value is...
codecraftbyankita.hashnode.dev5 min read