Shallow Comparison(Primitive Values)
Shallow comparison is when the properties of the objects being compared is done using "===" , for Example when we compare the previousprops and nextprops in React component , if there are equal nothing is rendered.
The Shallow comparison is when you ...
omarsaade.hashnode.dev1 min read