소스 검색

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/)