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. Next.j为你提供最好的开发者体验,并提供你在生产中需要的所有功能:混合静态和服务端渲染,支持TypeScript,智能捆绑,路由预取,等等。无需配置。
Flux
React Native
- Official site: react-native