You get a bonus - 1 coin for daily activity. Now you have 1 coin

What is the purpose of the react-dom render method? in REACT

Practice



This method is used to render a React element into the DOM in the supplied container and return a reference to the component. If the React element was previously rendered into the container, it will update it and only mutate the DOM as necessary to reflect the latest changes.

ReactDOM.render(element, container[, callback])

If the optional callback is provided, it will be executed after the component is rendered or updated.

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Scripting client side JavaScript, jqvery, BackBone"

Terms: Scripting client side JavaScript, jqvery, BackBone