http://www.learnreact.design/2017/06/08/what-is-react/
https://habrahabr.ru/post/316262/
https://github.com/facebookincubator/create-react-app
https://www.linkedin.com/pulse/complete-react-web-app-developer-course-ganpat-yadav?published=t
https://www.youtube.com/channel/UCZkjWyyLvzWeoVWEpRemrDQ
http://www.reactnativeexpress.com/
https://news.ycombinator.com/item?id=13151317
https://www.youtube.com/watch?v=BTcFyyDxHXA
https://www.gitbook.com/@maxfarseer/
https://github.com/markerikson/react-redux-links
http://btholt.github.io/complete-intro-to-react/
http://courses.reactjsprogram.com/courses/reactjsfundamentals
http://www.code-experience.com/getting-out-of-javascript-fatigue/
http://habrahabr.ru/post/275227/
https://github.com/RinconStrategies/react-run
https://www.stanleycyang.com/tutorials/the-reactjs-bible
https://news.ycombinator.com/item?id=11890229
https://egghead.io/series/getting-started-with-redux
http://www.sitepoint.com/how-to-build-a-todo-app-using-react-redux-and-immutable-js/
https://medium.mybridge.co/22-amazing-open-source-react-projects-cb8230ec719f#.mq4iv8m9m
https://medium.com/react-university/playing-with-react-and-d3-6265b4a01f01#.fgx9v6ik0
Redux is for keeping your client app state in memory. So if you get data from the database, you can store it in redux, but you don't have to. You definitely use it to store all the form values, metadata etc you need to render the app, and you use it to convert events into side effects like network calls.
The reason you use Redux to do that is that it neatly separates concerns, it is a very nice model to do these things in.
Relay uses GraphQL to describe a slice of a database and get it from a server. In theory you should be able to use Relay and Redux together but I have not yet seen an example of that.
Install React from master: just as simple as
git clone https://github.com/facebook/react.git cd react npm install -g grunt-cli npm install grunt build cd build\packages\react npm link cd ..\react-dom npm link npm link react cd YOUR_PROJECT npm link react npm link react-dom
http://codeutopia.net/blog/2016/01/10/getting-started-with-react-the-easy-way/
http://jamesknelson.com/learn-raw-react-no-jsx-flux-es6-webpack/
https://github.com/mikechau/react-primer-draft/blob/master/README.md
http://habrahabr.ru/company/acronis/blog/273995/
https://facebook.github.io/react/docs/tutorial.html
https://facebook.github.io/react/docs/thinking-in-react.html
https://medium.com/@housecor/angular-2-versus-react-there-will-be-blood-66595faafd51#.4eork7kzz
http://reactjsnews.com/an-angular-developers-first-react-app/
https://github.com/stitchfix/pyxley Flask React Dashboard
http://www.position-absolute.com/javascript/thoughts-about-react-redux-javascript-in-2016/
https://github.com/coryhouse/react-slingshot
https://github.com/enaqx/awesome-react
https://github.com/RoselPadilla/React-ES6-Boilerplate
http://jamesknelson.com/simple-routing-redux-react/
http://softwareengineeringdaily.com/2015/09/21/react-fundamental-answers/
https://advancedweb.hu/2015/12/08/react_basics/
https://medium.com/@dan_abramov/my-react-list-862227952a8c
http://avaxhome.cc/ebooks/eLearning/Pluralsight_React_Fundamentals.html
http://jjt.io/2014/07/30/building-a-board-game-with-react-js/
http://habrahabr.ru/post/229629/
http://habrahabr.ru/post/222573/
http://rz.scale-it.pl/2013/10/20/frontend_components_in_react.html
http://jlongster.com/Removing-User-Interface-Complexity,-or-Why-React-is-Awesome
http://www.williambrownstreet.net/blog/category/angularjs/ Angular+React.js
http://habrahabr.ru/post/220845/ React.js
https://news.ycombinator.com/item?id=7719957
http://blog.ractivejs.org/posts/whats-the-difference-between-react-and-ractive/
Redux is better then Flux
https://code-cartoons.com/a-cartoon-intro-to-redux-3afb775501a6#.xo478c7al
http://technologyadvice.github.io/where-flux-went-wrong/
https://medium.com/@dan_abramov/the-evolution-of-flux-frameworks-6c16ad26bb31#.1ph1t1w7q
https://christianalfoni.github.io/react-webpack-cookbook/Introduction-to-Webpack.html
http://habrahabr.ru/company/Voximplant/blog/274093/
https://github.com/tj/frontend-boilerplate
https://github.com/olegakbarov/react-component-boilerplate
https://github.com/chiedolabs/react-boilerplate
https://news.ycombinator.com/item?id=10794502
https://www.drivenbycode.com/getting-started-with-gluestick/
https://medium.com/@matt.krick/a-production-ready-realtime-saas-with-webpack-7b11ba2fa5b0#.oo1rpqce6
http://blog.scottlogic.com/2015/09/03/d3-without-d3.html