react-hn
react-hn copied to clipboard
Learn React by building the Hacker News front page
when I finished the NewsItem Title, It does not work as you show , there is nothing in my console. The console.log("items",item) doesn't work, I do not know why.
After 0.14 React moved to ReactDOM.render()
If you are willing to receive pull requests, I will submit one.
`getTitle` from `js/NewsItem.js` isn't clearly specified in the note above the **NewsItem subtext** section. Currently someone would have to either move the rendered code up to the `getTitle` method before...
As we know, the latest version of react is [0.14.3](https://facebook.github.io/react/downloads.html). 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"....
If "margin-left: 40px" written in the ".newsList-more", the "More" will locate at the bottom of the "Rank", rather than the bottom of news list. So it should be put in...