From 1f65d2abd3ce962020b683da6dc5371f38f9736c Mon Sep 17 00:00:00 2001 From: vrde Date: Thu, 21 May 2015 10:46:22 +0200 Subject: [PATCH] Add new links to README --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2812000b..ef78e518 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,23 @@ For this project, we're using: Reading list ============ + + +Start here +---------- + +- [ReactJS for stupid people](http://blog.andrewray.me/reactjs-for-stupid-people/) +- [Flux for stupid people](http://blog.andrewray.me/flux-for-stupid-people/) +- [ReactJS](https://facebook.github.io/react/) - [alt.js](http://alt.js.org/) - [alt.js readme](https://github.com/goatslacker/alt) + + +Moar stuff +---------- + +- [ReactJS: Reusable Components](https://facebook.github.io/react/docs/reusable-components.html#es6-classes) - [24ways.org: JavaScript Modules the ES6 Way](http://24ways.org/2014/javascript-modules-the-es6-way/) - [Babel: Learn ES6](https://babeljs.io/docs/learn-es6/) -- [ReactJS: Reusable Components](https://facebook.github.io/react/docs/reusable-components.html#es6-classes) - [egghead's awesome reactjs and flux tutorials](https://egghead.io/) -- [Crockford's genious Javascript: The Good Parts (Tim has a copy)](http://www.amazon.de/JavaScript-Parts-Working-Shallow-Grain/dp/0596517742) \ No newline at end of file +- [Crockford's genious Javascript: The Good Parts (Tim has a copy)](http://www.amazon.de/JavaScript-Parts-Working-Shallow-Grain/dp/0596517742)