Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: