IMO the ListView should update when any of the render functions change. The right place to do it is to validate the render functions on the lifecycle method `shouldComponentUpdate(nextProps, nextState)`.