This course does not reflect our current course standards or industry best practices.
Check out a free preview of the full Choosing a JavaScript Framework course:
The "Component Lifecycle" Lesson is part of the full, Choosing a JavaScript Framework course featured in this preview video. Here's what you'd learn in this lesson:
A React component has several functions that get run throughout its lifecycle. Properties within a component flows down from the parent. States, however are mutable by a component.