From 08bd266178100f7f9c2caaeab88b9bd637485622 Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Tue, 26 May 2015 22:11:11 -0600 Subject: [PATCH] Added more React tutorials. --- javascript-frameworks-resources.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/javascript-frameworks-resources.md b/javascript-frameworks-resources.md index cd10cf72..6f0c379d 100644 --- a/javascript-frameworks-resources.md +++ b/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) \ No newline at end of file +* [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/) -- GitLab