浏览代码

Merge pull request #1484 from jonesnc/master

React should be included in this list, so I added facebook's official tutorial and some additional tutorials.
victor felder 10 年之前
父节点
当前提交
0c83dbd9cb
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      javascript-frameworks-resources.md

+ 12 - 0
javascript-frameworks-resources.md

@@ -93,3 +93,15 @@
 ## Meteor
 * [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/)
 * [BulletProof Meteor](https://bulletproofmeteor.com/)
+
+## React
+* [React Tutorial](https://facebook.github.io/react/docs/tutorial.html)
+* [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts)
+* [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial)
+* [React.js tutorial - Creating components](http://ghost.stevenisekimart.in/react-js-tutorial-creating-components)
+* [React with ASP.NET 5 Tutorial](http://reactjs.net/getting-started/tutorial.html)
+* [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660)
+* React Tutorial by Josh Finnie
+    * [Part 1](http://www.joshfinnie.com/blog/reactjs-tutorial-part-1/)
+    * [Part 2](http://www.joshfinnie.com/blog/reactjs-tutorial-part-2/)
+    * [Part 3](http://www.joshfinnie.com/blog/reactjs-tutorial-part-3/)