学习React Native做开发的一般步骤

来源:互联网 发布:手机怎么注册淘宝网 编辑:程序博客网 时间:2024/05/17 03:06

1. 学习RN首先需要js,虽然简单但还是需要看一下:http://www.imooc.com/view/277

2. React也需要稍微了解一下:https://www.gitbook.com/book/hulufei/react-tutorial/details

3. 接着需要数据流处理: http://cn.redux.js.org/

4. 最后使用RN组件就可以开发程序了: http://facebook.github.io/react-native/docs/getting-started.html

0 0