2015-01-12から1日間の記事一覧

【React.js】React Tutorial

React Tutorial props they are passed from the parent and are "owned" by the parent state this.state is private to the component render render() methods are written declaratively as functions of this.props and this.state. The framework guar…

【React.js】Twitter + Node + React.jsの勉強メモ

Build A Real-Time Twitter Stream with Node and React.js チェックリスト サーバ側のレンダリングとクライアント側でのレンダリングを二重で行っている?つまり、サーバ側でのレンダリングは不要では?VirtualDOMの特性を生かしている感じか? res.render(…