A simple list of useful react resources
##Getting started
- React, flucx, React Native: http://ryanclark.me/
- React training: https://github.com/ryanflorence/react-training
- A “Hello, World” Example for React: https://medium.com/javascript-scene/baby-s-first-reaction-2103348eccdd
- Building a media block: https://speakerdeck.com/nicolesullivan/building-the-media-block-in-reactjs
- React router: http://rackt.github.io/react-router/
##React + ES6+
- http://babeljs.io/blog/2015/06/07/react-on-es6-plus/
- https://medium.com/@tribou/react-and-flux-migrating-to-es6-with-babel-and-eslint-6390cf4fd878
##Starting project
- Gulp, browserify,Babel, Scss, Browsersync: https://github.com/Granze/react-starterify (working example with react router -> https://github.com/dbertella/react-resources/blob/master/app.jsx)
- Webpack, Babel, hot-reload: https://github.com/gaearon/react-hot-boilerplate
- Webpack, Babel: https://github.com/vesparny/react-kickstart (I should try this out)
##Static Site generator
- http://jxnblk.com/writing/posts/static-site-generation-with-react-and-webpack/
- http://braddenver.com/blog/2015/react-static-site.html
##Styling react app
- Strongloop: https://strongloop.com/strongblog/node-js-react-isomorphic-javascript-why-it-matters/
- React starter kit: https://github.com/kriasoft/react-starter-kit
- Isomorphic Flux applications by Yahoo: http://fluxible.io/
- React native in production: https://medium.com/@clayallsopp/react-native-in-production-2b3c6e6078ad
- Example: http://jaero.space/blog/imgur-react-native/
##React news