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 di
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