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
Tag: React Components
Day 3: Let’s get to know these Components.
One of the main reasons behind what made React so different is the use of components. So let's try to understand What they are How to use them What are components? Let's try to wrap our heads around what a component is. The best way I can describe them is like a lego piece. They… Continue reading Day 3: Let’s get to know these Components.