Solutionunvalidated
you call React.createElement() to create a virtual DOM tree — When a React app is first rendered. Tension: After the process is finished, React updates the actual DOM by inserting, updating, and removing elements. Outcome: React uses a process called reconciliation.
3bb0e46c-96b1-478b-9467-21365c416fcd
you call React.createElement() to create a virtual DOM tree — When a React app is first rendered. Tension: After the process is finished, React updates the actual DOM by inserting, updating, and removing elements. Outcome: React uses a process called reconciliation.