Slide 32
Slide 32 text
• Invoked before DOM is updated
• Provides a chance to store values before
rendering for comparison in
componendDidUpdate()
• setState() can’t be used here
• Probably the least-used lifecycle method
componentWillUpdate(object nextProps, object nextState)