A

Admin • 828.03K Points
Coach

Q. Which method is used to render React components to the DOM?

  • (A) React.render()
  • (B) ReactDOM.render()
  • (C) renderComponent()
  • (D) Component.render()
  • Correct Answer - Option(B)
  • Views: 13
  • Filed under category React JS
  • Hashtags:

Explanation by: Admin
ReactDOM.render() is used to render a React element into the DOM.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.