这是本文档旧的修订版!
React
- Official site: react
Study
- 概念: JSX, props, state
相关的
- Browserify: 也可以使用官网提供的转换后的 js
- Babel: 注意, babelify 6.0开始不自带任何默认编译(包括 JSX)了, 转换 react 的 JSX 需要额外安装插件, 并设置
.babelrc
配置文件. - next.js: Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.
Flux
React Native
- Official site: react-native