Skip to content

Commit a31696d

Browse files
author
ele828
committed
add some resources
1 parent dd92186 commit a31696d

File tree

1 file changed

+112
-4
lines changed

1 file changed

+112
-4
lines changed

README.md

Lines changed: 112 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,132 @@ http://facebook.github.io/react-native/docs/getting-started.html
99
* react-native 中文api文档 (翻译中)
1010
https://github.com/ecomfe/react-native-cn
1111

12-
* react.js快速入门教程-阮一峰
12+
* react.js中文文档
13+
http://reactjs.cn/
14+
15+
* react.js入门教程(gitbook)
16+
http://hulufei.gitbooks.io/react-tutorial/content/introduction.html
17+
18+
* react.js快速入门教程(推荐) - 阮一峰
1319
http://www.ruanyifeng.com/blog/2015/03/react.html
1420

21+
* react.js视频教程
22+
http://react.nodejs-china.org/t/reactjszhong-wen-shi-pin-jiao-cheng-bai-du-wang-pan/584
23+
1524
* react-native第一课
1625
http://html-js.com/article/2783
1726

1827
* 深入浅出 React Native:使用 JavaScript 构建原生应用
1928
http://zhuanlan.zhihu.com/FrontendMagazine/19996445
2029

30+
* React Native通信机制详解
31+
http://blog.cnbang.net/tech/2698/
32+
33+
* React Native布局篇
34+
http://segmentfault.com/a/1190000002658374
35+
36+
* React Native 基础练习指北(一)
37+
http://segmentfault.com/a/1190000002645929
38+
39+
* React Native 基础练习指北(二)
40+
http://segmentfault.com/a/1190000002647733
41+
42+
* 构建一个简单的列表页和2页导航
43+
http://www.xn--cnq920ntha.cn/archives/235#6838470-tsina-1-17436-6a377b1a66595f9ede646cf5c012734c
44+
45+
* Diary of Building an iOS App with React Native
46+
http://herman.asia/building-a-flashcard-app-with-react-native
47+
48+
* Use React Native in Existing iOS App
49+
50+
http://blog-en.leapoahead.com/post/use-react-native-in-existing-ios-app
51+
2152

2253
## 开源APP
23-
* ReactNativeRubyChina
54+
55+
> 实战研究源码也是一个很好的学习方式
56+
57+
* 官方演示App
58+
https://github.com/facebook/react-native/tree/master/Examples
59+
60+
* **ReactNativeRubyChina**
2461
https://github.com/henter/ReactNativeRubyChina
2562

2663
* HackerNews-React-Native
2764
https://github.com/iSimar/HackerNews-React-Native
2865

66+
* React-Native新闻客户端
67+
https://github.com/tabalt/ReactNativeNews
68+
69+
* **V2EX客户端**
70+
https://github.com/samuel1112/v2er
71+
72+
* react-native-todo
73+
https://github.com/joemaddalone/react-native-todo
74+
75+
* react-native-beer
76+
https://github.com/muratsu/react-native-beer
77+
78+
* react-native-stars
79+
https://github.com/86/react-native-stars
80+
81+
* **模仿天猫首页的app**
82+
https://github.com/baofen14787/react-native-demo
83+
84+
* ReactNativeChess
85+
https://github.com/csarsam/ReactNativeChess
86+
87+
* react native 编写的音乐软件
88+
https://github.com/Johnqing/miumiu
89+
90+
* react-native-pokedex
91+
https://github.com/ababol/react-native-pokedex
92+
93+
* CNode-React-Native
94+
https://github.com/SFantasy/CNode-React-Native
95+
96+
* 8tracks电台客户端
97+
https://github.com/voronianski/EightTracksReactNative
98+
99+
* React-Native实现的计算器
100+
https://github.com/yoxisem544/Calculator-using-React-Native
101+
102+
* 房产搜索app
103+
https://github.com/jawee/react-native-PropertyFinder
104+
105+
* 知乎专栏app
106+
https://github.com/LeezQ/react-native-zhihu-app
107+
108+
* ForeignExchangeApp
109+
https://github.com/peralmq/ForeignExchangeApp
110+
29111

30112
## 资源网站
31-
* React-native组件库
32-
http://react.parts/
113+
114+
* React-native官网
115+
http://facebook.github.io/react-native/
116+
117+
* **React-China社区**
118+
http://react-china.org/
119+
120+
121+
* **React-native组件库** (比较全的组件库)
122+
123+
http://react.parts/
124+
125+
* **React Native Modules**
126+
React Native Modules
127+
128+
* 11款React Native开源移动 UI 组件
129+
http://www.oschina.net/news/61214/11-react-native-ui-components
130+
131+
## 业界讨论
132+
133+
* 谈谈 React Native - 唐巧
134+
http://blog.devtang.com/blog/2015/02/01/talk-about-react-native/
135+
136+
* 如何评价React-Native?
137+
http://www.zhihu.com/question/27852694/answer/43990708
138+
139+
* React Native概述:背景、规划和风险
140+
http://div.io/topic/938

0 commit comments

Comments
 (0)