- good explanation of design decisions behind react in the context of other JS frameworks: https://docs.google.com/presentation/d/1afMLTCpRxhJpurQ97VBHCZkLbR1TEsRnd3yyxuSQ5YY/edit#slide=id.p
- Facebook's original "documentation" for how to write stuff in React: https://facebook.github.io/react/docs/thinking-in-react.html
- based on Flux
- do not read the official Flux docs, they suck
- Read this: https://code-cartoons.com/a-cartoon-guide-to-flux-6157355ab207#.f58fuou14 and this: https://code-cartoons.com/a-cartoon-intro-to-redux-3afb775501a6#.yhdcx4ng5
- Redux author's original conference talk is good but long: https://www.youtube.com/watch?v=xsSnOQynTHs
- This is a great resource for more advanced topics: https://egghead.io/courses/building-react-applications-with-idiomatic-redux