useMemo Hook vs PureComponent
Aug 13, 2023
What is differences and similarties ?
Similarities
- Goals & Objective are Same
2. Solve Same Problem of react js Component Render Functions
3. Prevent Unnecessary Render Component
4. Both uses Shallow Comparation of Object
5. Both Focus on Performence Optimization