====== React ====== * Official site: [[http://facebook.github.io/react/index.html|react]] ===== Study ===== * 概念: JSX, props, state ===== 相关的 ===== * [[http://browserify.org/|Browserify]]: 也可以使用官网提供的转换后的 js * [[http://babeljs.io/|Babel]]: 注意, babelify 6.0开始不自带任何默认编译(包括 JSX)了, 转换 react 的 JSX 需要额外安装插件, 并设置 ''.babelrc'' 配置文件. * [[https://nextjs.org/|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 ===== * [[https://facebook.github.io/flux/docs/overview.html|flux overview]] * [[http://alt.js.org/guide/|flux 的一个实现框架: alt]] ===== React Native ===== * Official site: [[http://facebook.github.io/react-native/|react-native]] * [[http://www.race604.com/react-native-component-lifecycle/| react-native 组件的生命周期]] {{ :public:it:react-component-lifecycle.jpg?direct&500 |}} ===== Articles ===== * [[http://www.inkpaper.io/blog/post/2015/10/18/navigating-the-react-ecosystem.html|react 生态系统概览]]