React Lifecycle & Lifecycle Methods
This lesson is a brief introduction to React Lifecycle methods that come in very handy in many situations!
We'll cover the following...
We'll cover the following...
In this lesson, we do not cover every lifecycle method in detail - we merely introduce lifecycle methods and touch upon some of the more important ones.
What is a lifecycle method?
Every React component goes through a lifecycle and lifecycle methods are functions that are provided by React through which we can control what happens when each tiny section of your UI renders, updates, considers re-rendering, and then disappears entirely. ...