React
Overview
Frameworks
- zeit/next.js: Framework for server-rendered or statically-exported React apps
- facebook/draft-js: A React framework for building text editors.
- facebook/flux: Application Architecture for Building User Interfaces
UI
Resources
- 如何学习 React
- Hello World - React
- Tutorial: Intro To React - React
- petehunt/react-howto: Your guide to the (sometimes overwhelming!) React ecosystem.
- enaqx/awesome-react: A collection of awesome things regarding React ecosystem.
- Getting Started with Redux from @dan_abramov on @eggheadio
- Kitzeさんのツイート: “Redux flow explained visually. Looks so pretty.”
- mui-org/material-ui: React components that implement Google’s Material Design.
- 使用Facebook的create-react-app快速构建React开发环境 - 某熊的全栈之路 - SegmentFault
- xitu/Under-the-hood-ReactJS: Entire ReactJS code base explanation by visual block schemes (Stack+Fiber versions)
- kay-is/react-from-zero: A simple (99% ES2015 less) tutorial for React