Hacker News new | ask | show | jobs
by ChrisGaudreau 4034 days ago
In the context of React, it allows you to implement a `shouldComponentUpdate` method which simply compares the references of two objects, which is extremely fast. If the references remain the same, then there is no need to invoke `render` again.