└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # React-Native学习指南 2 | 本指南汇集React-Native各类学习资源,给大家提供便利。指南正在不断的更新,大家有好的资源欢迎Pull Requests! 3 | 4 | 同时还有Awesome React-Native系列 5 | 6 | https://github.com/jondot/awesome-react-native 7 | 8 | ## 教程 9 | 10 | ### React Native 11 | 12 | * **React-Native入门指南** 13 | https://github.com/vczero/react-native-lession 14 | 15 | * **React-Native视频教程(部分免费)** 16 | https://egghead.io/technologies/react 17 | 18 | * react-native 官方api文档 19 | http://facebook.github.io/react-native/docs/getting-started.html 20 | 21 | * react-native中文文档(极客学院) 22 | http://wiki.jikexueyuan.com/project/react-native/ 23 | 24 | * react-native 官方api文档 25 | http://facebook.github.io/react-native/docs/getting-started.html 26 | 27 | * react-native 中文api文档 (翻译中) 28 | https://github.com/ecomfe/react-native-cn 29 | 30 | * react-native第一课 31 | http://html-js.com/article/2783 32 | 33 | * 深入浅出 React Native:使用 JavaScript 构建原生应用 34 | http://zhuanlan.zhihu.com/FrontendMagazine/19996445 35 | 36 | * React Native通信机制详解 37 | http://blog.cnbang.net/tech/2698/ 38 | 39 | * React Native布局篇 40 | http://segmentfault.com/a/1190000002658374 41 | 42 | * React Native 基础练习指北(一) 43 | http://segmentfault.com/a/1190000002645929 44 | 45 | * React Native 基础练习指北(二) 46 | http://segmentfault.com/a/1190000002647733 47 | 48 | * 构建一个简单的列表页和2页导航 49 | http://www.xn--cnq920ntha.cn/archives/235#6838470-tsina-1-17436-6a377b1a66595f9ede646cf5c012734c 50 | 51 | * Diary of Building an iOS App with React Native 52 | http://herman.asia/building-a-flashcard-app-with-react-native 53 | 54 | * Use React Native in Existing iOS App 55 | http://blog-en.leapoahead.com/post/use-react-native-in-existing-ios-app 56 | 57 | * React Native For Beginners – The Next Big Thing? 58 | http://devdactic.com/react-native-for-beginners/ 59 | 60 | * How To Implement A Tab Bar With React Native 61 | http://devdactic.com/react-native-tab-bar/ 62 | 63 | * tcomb-form-native使用视频教程(需翻墙) 64 | http://react.rocks/example/tcomb-form-native 65 | 66 | * React Native分享记录 67 | http://segmentfault.com/a/1190000002678782 68 | 69 | * React Native构建本地视图组件 70 | http://www.dobest.me/post/react-native-build-native-componenets/ 71 | 72 | ### 深入浅出系列教程 73 | 74 | * 深入浅出React(一):React的设计哲学 - 简单之美 75 | http://www.infoq.com/cn/articles/react-art-of-simplity 76 | 77 | * 深入浅出React(二):React开发神器Webpack 78 | http://www.infoq.com/cn/articles/react-and-webpack 79 | 80 | * 深入浅出React(三):理解JSX和组件 81 | http://www.infoq.com/cn/articles/react-jsx-and-component 82 | 83 | * react-webpack-cookbook中文版 84 | https://fakefish.github.io/react-webpack-cookbook 85 | 86 | * Flex 布局语法教程 87 | http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html 88 | 89 | ### React.js 90 | 91 | * react.js中文文档 92 | http://reactjs.cn/ 93 | 94 | * react.js入门教程(gitbook) 95 | http://hulufei.gitbooks.io/react-tutorial/content/introduction.html 96 | 97 | * **react.js快速入门教程 - 阮一峰** 98 | http://www.ruanyifeng.com/blog/2015/03/react.html 99 | 100 | * react.js视频教程 101 | http://react.nodejs-china.org/t/reactjszhong-wen-shi-pin-jiao-cheng-bai-du-wang-pan/584 102 | 103 | ### ES6 104 | 105 | * 深入浅出ES6(一):ES6是什么 106 | http://www.infoq.com/cn/articles/es6-in-depth-an-introduction 107 | 108 | * 深入浅出ES6(二):迭代器和for-of循环 109 | http://www.infoq.com/cn/articles/es6-in-depth-iterators-and-the-for-of-loop 110 | 111 | * 深入浅出ES6(三):生成器 Generators 112 | http://www.infoq.com/cn/articles/es6-in-depth-generators 113 | 114 | * 深入浅出ES6(四):模板字符串 115 | http://www.infoq.com/cn/articles/es6-in-depth-template-string 116 | 117 | * 深入浅出ES6(五):不定参数和默认参数 118 | http://www.infoq.com/cn/articles/es6-in-depth-rest-parameters-and-defaults 119 | 120 | 121 | ## 开源APP 122 | 123 | > 研究源码也是一个很好的学习方式 124 | 125 | * 官方演示App 126 | https://github.com/facebook/react-native/tree/master/Examples 127 | 128 | * react-native-dribbble-app 129 | https://github.com/catalinmiron/react-native-dribbble-app 130 | 131 | * **Leanote for iOS(云笔记)** 132 | https://github.com/leanote/leanote-ios 133 | 134 | * **ReactNativeRubyChina** 135 | https://github.com/henter/ReactNativeRubyChina 136 | 137 | * HackerNews-React-Native 138 | https://github.com/iSimar/HackerNews-React-Native 139 | 140 | * React-Native新闻客户端 141 | https://github.com/tabalt/ReactNativeNews 142 | 143 | * **newswatch(新闻客户端)** 144 | https://github.com/bradoyler/newswatch-react-native 145 | 146 | * **buyscreen(购买页面)** 147 | https://github.com/appintheair/react-native-buyscreen 148 | 149 | * **V2EX客户端** 150 | https://github.com/samuel1112/v2er 151 | 152 | * react-native-todo 153 | https://github.com/joemaddalone/react-native-todo 154 | 155 | * react-native-beer 156 | https://github.com/muratsu/react-native-beer 157 | 158 | * react-native-stars 159 | https://github.com/86/react-native-stars 160 | 161 | * **模仿天猫首页的app** 162 | https://github.com/baofen14787/react-native-demo 163 | 164 | * ReactNativeChess 165 | https://github.com/csarsam/ReactNativeChess 166 | 167 | * react native 编写的音乐软件 168 | https://github.com/Johnqing/miumiu 169 | 170 | * react-native-pokedex 171 | https://github.com/ababol/react-native-pokedex 172 | 173 | * CNode-React-Native 174 | https://github.com/SFantasy/CNode-React-Native 175 | 176 | * 8tracks电台客户端 177 | https://github.com/voronianski/EightTracksReactNative 178 | 179 | * React-Native实现的计算器 180 | https://github.com/yoxisem544/Calculator-using-React-Native 181 | 182 | * **房产搜索app** 183 | https://github.com/jawee/react-native-PropertyFinder 184 | 185 | * 知乎专栏app 186 | https://github.com/LeezQ/react-native-zhihu-app 187 | 188 | * ForeignExchangeApp 189 | https://github.com/peralmq/ForeignExchangeApp 190 | 191 | * Segmentfault 客户端 192 | https://github.com/fakefish/sf-react-native 193 | 194 | * 糗事百科app 195 | https://github.com/stormhouse/QiuShiReactNative 196 | 197 | * 孢子社区app 198 | https://github.com/Hi-Rube/baoz-ReactNative 199 | 200 | * **深JS app** 201 | https://github.com/fraserxu/shenjs 202 | 203 | * Den - 房屋销售app* 204 | https://github.com/asamiller/den 205 | 206 | * **Noder-cnodejs客户端** 207 | https://github.com/soliury/noder-react-native 208 | 209 | ## 组件 210 | > 由于已经有较好的组件库网站,这里就不做总结。可以直接查看如下网站,过后可能精选一部分优质组件出来 :P 211 | 212 | * **React-native组件库**(比较全的组件库) 213 | http://react.parts/ 214 | 215 | * **React Native Modules** 216 | http://reactnativemodules.com/ 217 | 218 | * **最佳轮播类组件** 219 | https://github.com/leecade/react-native-swiper 220 | 221 | * React Native Router 222 | https://github.com/t4t5/react-native-router 223 | 224 | * 下拉刷新组件 225 | https://github.com/jsdf/react-native-refreshable-listview 226 | 227 | * 模态框 228 | https://github.com/brentvatne/react-native-modal 229 | 230 | * react-native-navbar 231 | https://github.com/Kureev/react-native-navbar 232 | 233 | * 滚动轮播组件 234 | https://github.com/appintheair/react-native-looped-carousel 235 | 236 | * HTML显示组件 237 | https://github.com/jsdf/react-native-htmlview 238 | 239 | ## 工具 240 | 241 | * react-native-snippets(代码提示) 242 | https://github.com/Shrugs/react-native-snippets 243 | 244 | * react-native-babel(使用ES6+) 245 | https://github.com/roman01la/react-native-babel 246 | 247 | * sqlite for react-native 248 | https://github.com/almost/react-native-sqlite 249 | 250 | * gulp-react-native-css(就像写css一样写React Style) 251 | https://github.com/soliury/gulp-react-native-css 252 | 253 | 254 | ## 资源网站 255 | 256 | * React-native官网 257 | http://facebook.github.io/react-native/ 258 | 259 | * **React-China社区** 260 | http://react-china.org/ 261 | 262 | * **React-native组件库**(比较全的组件库) 263 | http://react.parts/ 264 | 265 | * **React Native Modules** 266 | http://reactnativemodules.com/ 267 | 268 | * **Use React Native 资讯站**(使用技巧及新闻) 269 | http://www.reactnative.com/ 270 | 271 | * 11款React Native开源移动 UI 组件 272 | http://www.oschina.net/news/61214/11-react-native-ui-components 273 | 274 | ## 业界讨论 275 | * 跨平台开发时代的 (再次) 到来?( Xamarin,NativeScript 和 React Native 对比) 276 | http://onevcat.com/2015/03/cross-platform/ 277 | 278 | * 谈谈 React Native - 唐巧 279 | http://blog.devtang.com/blog/2015/02/01/talk-about-react-native/ 280 | 281 | * 如何评价React-Native? 282 | http://www.zhihu.com/question/27852694/answer/43990708 283 | 284 | * React Native概述:背景、规划和风险 285 | http://div.io/topic/938 286 | 287 | * Native与Web的融合 - Qcon中React-Native演讲 288 | http://www.infoq.com/cn/presentations/the-fusion-of-native-and-web 289 | --------------------------------------------------------------------------------