React Lifecycle, Part 2: Update Phase
In part one, we looked at the initialization and creation phase of the React component lifecycle, called mounting. In this post we will dive into an integral part of what makes React so powerful, the update phase of the component lifecycle. The way that React does its re-rendering using a virtual DOM is actually quite…
Read more