Which is created first: the Real DOM or the virtual DOM?
When a React app is rendered for the first time, is the real DOM or the virtual DOM created first?
When a React app is rendered for the first time, is the real DOM or the virtual DOM created first?