Browse Source

Added more React tutorials.

Nathan Jones 10 years ago
parent
commit
08bd266178
1 changed files with 10 additions and 1 deletions
  1. 10 1
      javascript-frameworks-resources.md

+ 10 - 1
javascript-frameworks-resources.md

@@ -95,4 +95,13 @@
 * [BulletProof Meteor](https://bulletproofmeteor.com/)
 
 ## React
-* [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts)
+* [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/)