Q. What does the ReactDOM.render() method do?

  • (A) Renders React elements into the DOM
  • (B) Creates new React components
  • (C) Updates the virtual DOM
  • (D) Fetches data from a server
πŸ’¬ Discuss
βœ… Correct Answer: (A) Renders React elements into the DOM
Explanation: ReactDOM.render attaches React components to DOM nodes.
Explanation by: Mr. Dubey
ReactDOM.render attaches React components to DOM nodes.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
88
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate