I’ve recently had a few people ask me about resources for learning React.js and Flux, so I figured I’d put all of the resources I’ve used in one spot. Please leave a comment if you find any of these useful/useless or have any good resources I’ve left out!

Why React?

The unexamined 3rd party library is not worth using

React Basics

React 101

Flux

Facebook’s architecture pattern for organizing large React apps

React Router

Inspired by Ember Router, a great addition to React apps

Server-Side Rendering

Learn the way of React.renderToString()

Tutorials

Learn by doing

Cool React Projects

React rocks

Official Documentation

Still the best and most comprehensive resource out there

Read the Source Code

Your great changes to React & Flux are just a pull request away…