Virtual DOM
React introduces the virtual DOM, which is essentially a lightweight copy of the actual DOM that is used to optimize the performance of updating and rendering user interfaces. If you'd like to read up on the VDOM feel free but we'll dig into this concept later in the course a bit more!Even more text!