Problem Statement
What function renders React content into an HTML page?
Explanation
ReactDOM.render() (or createRoot in v18) mounts your root component into the DOM at the specified element ID.
Practice Sets
This question appears in the following practice sets: