React入门

1. 需要实现的功能

  1. react实现模块化设计 可用于多个系统.

开始安装使用react

下载地址http://facebook.github.io/react/docs/getting-started.html

尝试下载安装包种examaple

先安装node.js

  1. examples/basic-jsx-precompile/

     npm install -g react-tools
     cd examples/basic-jsx-precompile/
     jsx . build/
    

参考资料

react-native 之布局篇https://github.com/tmallfe/tmallfe.github.io/issues/19

react开发者演讲https://code.facebook.com/posts/1014532261909640/react-native-bringing-modern-web-techniques-to-mobile/

react示例阅读http://www.infoq.com/cn/articles/subversion-front-end-ui-development-framework-react

APIhttp://facebook.github.io/react-native/docs/troubleshooting.html#content

在线开发环境https://jsfiddle.net/reactjs/69z2wepo/

Comments