Open In App

Web technologies Questions | React.js Quiz | Set-1 | Question 11

Which of the following is used to render components in web pages ?

(A)



DOM_render()

(B)



render()

(C)

ReactDOM_render()

(D)

transfer()

Answer: (B)
Explanation:

The render() is a method in React.js which is used to transfer the component from one page to another.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :