Journey, React

Lifecycle of a Component in React

There's a lot going on with a component that we don't realize, but before we get into it we need to discuss a term and that is mounting. You might remember from our initial discussion on React that React works with virtual DOMs that update the real DOM as needed.  Mounting is the process of converting… Continue reading Lifecycle of a Component in React