React | Introduction To React | Question 7

Last Updated :
Discuss
Comments

What is the purpose of the ReactDOM.render method?

To manage application state

To compile JSX into JavaScript

To render a React component into the DOM

To define the Virtual DOM

Share your thoughts in the comments