Ankit Anand
Member since Mar 16, 2016
- Profile: /members/13103-ankit-anand.htm
- Comments: 1
Recent Blog Comments By Ankit Anand
-
shouldComponentUpdate() Will Short-Circuit An Entire Subtree Of Components In ReactJS
Posted on Mar 16, 2016 at 10:38 PM
React in its Advance performance sections talks about about shouldComponentUpdate function. It allows us to prevent component render when return false. With react redux where container components subscribe for a store update, we generally define shouldComponentUpdate to avoid rerender if not requi... read more »