Which ReactJS function renders HTML to the web page?

3. Which ReactJS function renders HTML to the web page?

  1. render()
  2. ReactDOM.render()
  3. renders()
  4. ReactDOM.renders()

Answer: B) ReactDOM.render()

Explanation:

The ReactDOM.render() function is used to render HTML to the web page.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.