Skip to content

Conversation

@elementsweb
Copy link

According to the ReactDOM documentation at https://facebook.github.io/react/docs/react-dom.html#render, we should avoid using the return value from ReactDOM.render():

ReactDOM.render() currently returns a reference to the root ReactComponent instance. However, using this return value is legacy and should be avoided because future versions of React may render components asynchronously in some cases. If you need a reference to the root ReactComponent instance, the preferred solution is to attach a callback ref to the root element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant