1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-21 00:59:02 +00:00

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.
This commit is contained in:
victor felder 2015-05-27 09:33:42 +02:00
commit 0c83dbd9cb

View File

@ -93,3 +93,15 @@
## Meteor
* [Your First Meteor Application, A Complete Beginners 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/)