I have noticed that some of the places in articles they have used React.render() and some of the places ReactDOM.render(). Is there any specific difference between these two?
React.render()
ReactDOM.render()
This is a very recent change introduced with 0.14. They split up React into a core library and the DOM adapter. Rendering is now done via ReactDOM.render.
ReactDOM.render
https://facebook.github.io/react/blog/2015/10/07/react-v0.14.html
1.4m articles
1.4m replys
5 comments
57.0k users