mking / react-hn

Learn React by building the Hacker News front page
424 stars 64 forks source link

modify readme.md : notice the version of react #6

Open reygreen1 opened 8 years ago

reygreen1 commented 8 years ago

As we know, the latest version of react is 0.14.3. And you need use react.js and react-dom.js to develop your app. "React.render" is also needs to be replaced by "ReactDOM.render".

I have also created a repo with a upgraded the version of th react based on this repo.See more.