Journey to the React Component Life Cycle

As we all know, our birth cycle has three phase Birth, Growth, Death, the React Component follows the same Birth-Growth-Death life cycle the difference is we can’t control human life cycle but we can control React component’s life cycle :p. Think a little bit about what a React component does… Based on what we have covered so far in a single sentence: it describes what to render. We already know that it uses the render() method for this purpose. [Read More]