Open In App

Web technologies Questions | React.js Quiz | Set-2 | Question 10

Which of the below methods is used to render react content on an HTML page ?
(A) React.mount()
(B) ReactDOM.start()
(C) ReactDOM.render()
(D) React.render()

Answer: (C)
Explanation: ReactDOM.render() methods is used to render react content on an HTML page.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :