React Native快接近一年了,目前很多公司也开始尝试在项目中使用,同时也有很多朋友在做相关的汉化工作,为他们的不遗余力点赞。
由于React Native的更新较快,很多汉化的文档更新不及时或者不更新,也会造成各种bug。建议大家看官网的文档。
以下整理关于React Native的资源
资源 | 作用 | 权威度 |
---|---|---|
RN项目官网 | 最新的文档以及release内容 | ***** |
RN github | 可以提bug | ***** |
RN中文版 | 中文版文档 | **** |
RN极客学院中文版 | 中文版文档 | *** |
jsCoach | React Native第三方组件 | ***** |
- React Native入门与实践 http://www.ituring.com.cn/book/1762
- React Native: 用Javascript开发移动应用 http://item.jd.com/11785195.html
-
React-Native入门指南
https://github.com/vczero/react-native-lession 携程高级工程师王利华,参与翻译书《React Native入门与实战》这本书
-
React-Native视频教程(部分免费) https://egghead.io/technologies/react
-
react-native 官方api文档 http://facebook.github.io/react-native/docs/getting-started.html
-
react-native中文文档(极客学院) http://wiki.jikexueyuan.com/project/react-native/
-
react-native中文文档(react native中文网,人工翻译,官网完全同步) http://react-native.cn/docs/getting-started.html
-
react-native第一课 http://html-js.com/article/2783
-
深入浅出 React Native:使用 JavaScript 构建原生应用 http://zhuanlan.zhihu.com/FrontendMagazine/19996445
-
React Native通信机制详解 http://blog.cnbang.net/tech/2698/
-
React Native布局篇
主要介绍了flexbox
布局 http://segmentfault.com/a/1190000002658374 -
React Native 基础练习指北(一) http://segmentfault.com/a/1190000002645929
-
React Native 基础练习指北(二) http://segmentfault.com/a/1190000002647733
-
Diary of Building an iOS App with React Native http://herman.asia/building-a-flashcard-app-with-react-native
-
Use React Native in Existing iOS App http://blog-en.leapoahead.com/post/use-react-native-in-existing-ios-app
-
React Native For Beginners – The Next Big Thing? http://devdactic.com/react-native-for-beginners/
-
How To Implement A Tab Bar With React Native http://devdactic.com/react-native-tab-bar/
-
tcomb-form-native使用视频教程(需翻墙) http://react.rocks/example/tcomb-form-native
-
React Native分享记录 http://segmentfault.com/a/1190000002678782
-
React Native构建本地视图组件 https://www.dobest.me/article/11
-
react-native-android-lession(安卓系列教程) https://github.com/yipengmu/react-native-android-lession
-
React Native模块桥接详解 https://www.dobest.me/article/14
-
React Native: 配置和起步 http://www.liaohuqiu.net/cn/posts/react-native-1/
-
React Native: Android 的打包 http://www.liaohuqiu.net/cn/posts/react-native-android-package/
-
react.js中文文档 http://reactjs.cn/
-
react.js入门教程(gitbook) https://hulufei.gitbooks.io/react-tutorial/content/introduction.html
-
react.js快速入门教程 - 阮一峰 http://www.ruanyifeng.com/blog/2015/03/react.html
-
react.js视频教程 http://react.nodejs-china.org/t/reactjs/584
-
深入浅出ES6(一):ES6是什么 http://www.infoq.com/cn/articles/es6-in-depth-an-introduction
-
深入浅出ES6(二):迭代器和for-of循环 http://www.infoq.com/cn/articles/es6-in-depth-iterators-and-the-for-of-loop
-
深入浅出ES6(三):生成器 Generators http://www.infoq.com/cn/articles/es6-in-depth-generators
-
深入浅出ES6(四):模板字符串 http://www.infoq.com/cn/articles/es6-in-depth-template-string
-
深入浅出ES6(五):不定参数和默认参数 http://www.infoq.com/cn/articles/es6-in-depth-rest-parameters-and-defaults
-
深入浅出React(一):React的设计哲学 - 简单之美 http://www.infoq.com/cn/articles/react-art-of-simplity
-
深入浅出React(二):React开发神器Webpack http://www.infoq.com/cn/articles/react-and-webpack
-
深入浅出React(三):理解JSX和组件 http://www.infoq.com/cn/articles/react-jsx-and-component
-
深入浅出React(四):虚拟DOM Diff算法解析 http://www.infoq.com/cn/articles/react-dom-diff
-
深入浅出React(五):使用Flux搭建React应用程序架构 http://www.infoq.com/cn/articles/react-flux
-
react-webpack-cookbook中文版 http://fakefish.github.io/react-webpack-cookbook/
-
Flex 布局语法教程 http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html
-
React虚拟DOM浅析 http://www.alloyteam.com/2015/10/react-virtual-analysis-of-the-dom/
-
react组件间通信 http://www.alloyteam.com/2015/07/react-zu-jian-jian-tong-xin/
-
React 数据流管理架构之 Redux 介绍 http://www.alloyteam.com/2015/09/react-redux/
-
React服务器端渲染实践小结 http://www.alloyteam.com/2015/10/8783/
-
React Native Android 踩坑之旅 http://www.alloyteam.com/2015/10/react-native-android-steps-on-tour/
-
React Native 之 JSBridge http://www.alloyteam.com/2015/05/react-native-zhi-jsbridge/
-
React Native探索(一):背景、规划和风险 http://www.infoq.com/cn/articles/react-native-overview
-
React Native探索(二):布局篇 http://www.infoq.com/cn/articles/react-native-layout
-
React Native探索(三):与 react-web 的融合 http://www.infoq.com/cn/articles/react-native-web
-
官方演示App https://github.com/facebook/react-native/tree/master/Examples
-
react-native-dribbble-app https://github.com/catalinmiron/react-native-dribbble-app
-
Leanote for iOS(云笔记) https://github.com/leanote/leanote-ios
-
ReactNativeRubyChina https://github.com/henter/ReactNativeRubyChina
-
HackerNews-React-Native https://github.com/iSimar/HackerNews-React-Native
-
React-Native新闻客户端 https://github.com/tabalt/ReactNativeNews
-
newswatch(新闻客户端) https://github.com/bradoyler/newswatch-react-native
-
buyscreen(购买页面) https://github.com/appintheair/react-native-buyscreen
-
react-native-todo https://github.com/joemaddalone/react-native-todo
-
react-native-beer https://github.com/muratsu/react-native-beer
-
react-native-stars https://github.com/86/react-native-stars
-
模仿天猫首页的app https://github.com/hugohua/react-native-demo
-
ReactNativeChess https://github.com/csarsam/ReactNativeChess
-
react native 编写的音乐软件 https://github.com/Johnqing/miumiu
-
react-native-pokedex https://github.com/ababol/react-native-pokedex
-
CNode-React-Native https://github.com/SFantasy/CNode-React-Native
-
8tracks电台客户端 https://github.com/voronianski/EightTracksReactNative
-
React-Native实现的计算器 https://github.com/yoxisem544/Calculator-using-React-Native
-
房产搜索app https://github.com/jawee/react-native-PropertyFinder
-
知乎专栏app https://github.com/LeezQ/react-native-zhihu-app
-
ForeignExchangeApp https://github.com/peralmq/ForeignExchangeApp
-
Segmentfault 客户端 https://github.com/fakefish/sf-react-native
-
糗事百科app https://github.com/stormhouse/QiuShiReactNative
-
Den - 房屋销售app* https://github.com/asamiller/den
-
Noder-cnodejs客户端 https://github.com/soliury/noder-react-native
-
知乎日报Android版 https://github.com/race604/ZhiHuDaily-React-Native
-
ziliun-react-native https://github.com/sonnylazuardi/ziliun-react-native
-
react-native-weather-app https://github.com/shevawen/react-native-weather-app
-
React Native Sample App(Navigation,Flux) https://github.com/taskrabbit/ReactNativeSampleApp
-
TesterHome社区app https://github.com/qddegtya/A-ReactNative-TesterHome
-
Finance - 股票报价app https://github.com/7kfpun/FinanceReactNative
-
shopping - 购物app https://github.com/bigsui/shopping-react-native
-
zhuiyuan - 追源cms app https://github.com/kazaff/ZhuiYuanDemo
-
uestc-bbs-react-native - UESTC清水河畔RN客户端(with Redux) https://github.com/just4fun/uestc-bbs-react-native
-
react-native-nw-react-calculator(iOS/Android、Web、桌面多端) https://github.com/benoitvallon/react-native-nw-react-calculator
-
react-native-nba-app https://github.com/wwayne/react-native-nba-app
-
知乎日报开源版
https://github.com/race604/ZhiHuDaily-React-Native 作者介绍(http://www.race604.com/react-native-android-practice/)
-
facebook groups
https://itunes.apple.com/us/app/facebook-groups/id931735837?mt=8 -
facebook ads manage
https://itunes.apple.com/us/app/facebook-ads-manager/id964397083?mt=8 -
Discord
https://itunes.apple.com/us/app/discord-chat-for-gamers/id985746746?mt=8 -
React Native Playground
https://itunes.apple.com/us/app/react-native-playground/id1002032944?mt=8 -
Tucci
https://itunes.apple.com/app/apple-store/id1039661754?mt=8 -
Townske
https://itunes.apple.com/us/app/townske-stunning-city-guides/id1018136179?ls=1&mt=8 -
Squad
https://itunes.apple.com/us/app/squad-snaps-for-groups-friends/id1043626975?mt=8 -
Runing
https://gyrosco.pe/running/ -
Lrn
https://itunes.apple.com/us/app/lrn-learn-to-code-at-your/id1019622677 -
Exponent
http://exponentjs.com/ -
reactnativecn cases
如鱼多多,墨刀,同行网,约约,篝火,烘焙帮,p图社区,你造么, 囚徒健身 http://reactnative.cn/cases.html
所有的showcase: https://facebook.github.io/react-native/showcase.html
-
React-native组件库(比较全的组件库) http://react.parts/
-
React Native Modules http://reactnativemodules.com/
-
最佳轮播类组件 https://github.com/leecade/react-native-swiper
-
React Native Router https://github.com/t4t5/react-native-router
-
下拉刷新组件 https://github.com/jsdf/react-native-refreshable-listview
-
模态框 https://github.com/brentvatne/react-native-modal
-
react-native-navbar https://github.com/react-native-fellowship/react-native-navbar
-
滚动轮播组件 https://github.com/appintheair/react-native-looped-carousel
-
HTML显示组件 https://github.com/jsdf/react-native-htmlview
-
Material React Native (MRN) - Material Design组件库 https://github.com/binggg/mrn
-
Material Design https://github.com/xinthink/react-native-material-kit
-
MaterialKit https://github.com/nghialv/MaterialKit
-
拍照
https://github.com/lwansbrough/react-native-camera -
tabview
https://github.com/brentvatne/react-native-scrollable-tab-view -
camera-roll
https://github.com/bamlab/rn-camera-roll -
代码更新(应用内更新)
https://github.com/Microsoft/react-native-code-push -
sqlite
https://github.com/andpor/react-native-sqlite-storage -
checkbox https://www.npmjs.com/package/react-native-checkbox
-
gl-react-native (react-native版OpenGL)
https://github.com/ProjectSeptemberInc/gl-react-native -
mapview
https://github.com/lelandrichardson/react-native-maps
-
react-native-snippets(代码提示) https://github.com/Shrugs/react-native-snippets
-
react-native-babel(使用ES6+) https://github.com/roman01la/react-native-babel
-
sqlite for react-native https://github.com/almost/react-native-sqlite
-
gulp-react-native-css(就像写css一样写React Style) https://github.com/soliury/gulp-react-native-css
-
rnpm(React Native Package Manager) https://github.com/rnpm/rnpm
-
Nuclide (基于Atom的IDE) http://nuclide.io/
-
React Native Desktop(开发OS X桌面应用) https://github.com/ptmt/react-native-desktop
-
jsCoach (React Native扩展组建集合) <-----
https://js.coach/react-native
-
React-native官网 http://facebook.github.io/react-native/
-
React-China社区 http://react-china.org/
-
React Native中文社区 http://bbs.react-native.cn/
-
React-native组件库(比较全的组件库) http://react.parts/
-
React Native Modules http://reactnativemodules.com/
-
Use React Native 资讯站(使用技巧及新闻) http://www.reactnative.com/
-
11款React Native开源移动 UI 组件 http://www.oschina.net/news/61214/11-react-native-ui-components
-
稀土掘金的 React 标签 http://gold.xitu.io/#/tag/React.js http://gold.xitu.io/#/tag/React%20Native