Skip to content

Commit

Permalink
remove some missed text
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohuqiu committed Apr 21, 2016
1 parent bb899af commit 0acda4c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion feed.xml
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.0.1">Jekyll</generator><link href="http://f8-app-tutorial-cn.liaohuqiu.net/feed.xml" rel="self" type="application/atom+xml" /><link href="http://f8-app-tutorial-cn.liaohuqiu.net/" rel="alternate" type="text/html"/><updated>2016-04-22T00:49:57+08:00</updated><id>http://f8-app-tutorial-cn.liaohuqiu.net/</id><title>Facebook React Native 教程</title><subtitle>Facebook 2016 年 F8 app 的中文教程。React Native 的官方最佳实践,应该是最好的 React Native 学习资料了。从服务器端到 App,包括 Redux,Relay,GraphQL。教程涵盖:如何进行 app 技术选型,如何做跨平台设计,如何做 React Native 的测试。
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.0.1">Jekyll</generator><link href="http://f8-app-tutorial-cn.liaohuqiu.net/feed.xml" rel="self" type="application/atom+xml" /><link href="http://f8-app-tutorial-cn.liaohuqiu.net/" rel="alternate" type="text/html"/><updated>2016-04-22T00:52:52+08:00</updated><id>http://f8-app-tutorial-cn.liaohuqiu.net/</id><title>Facebook React Native 教程</title><subtitle>Facebook 2016 年 F8 app 的中文教程。React Native 的官方最佳实践,应该是最好的 React Native 学习资料了。从服务器端到 App,包括 Redux,Relay,GraphQL。教程涵盖:如何进行 app 技术选型,如何做跨平台设计,如何做 React Native 的测试。
</subtitle></feed>
16 changes: 8 additions & 8 deletions feed/index.xml
Expand Up @@ -4,7 +4,7 @@
<title type="text" xml:lang="en">Facebook React Native 教程</title>
<link type="application/atom+xml" href="http://f8-app-tutorial-cn.liaohuqiu.net/feed/" rel="self"/>
<link type="text" href="http://f8-app-tutorial-cn.liaohuqiu.net" rel="alternate"/>
<updated>2016-04-22T00:49:57+08:00</updated>
<updated>2016-04-22T00:52:52+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net</id>
<author>
<name>Facebook</name>
Expand All @@ -16,7 +16,7 @@
<entry>
<title>第一章: App 的筹备</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/planning/"/>
<updated>2016-04-22T00:49:57+08:00</updated>
<updated>2016-04-22T00:52:52+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/planning/</id>
<content type="html">在这第一部分,我们将谈谈,我们是如何筹备这个 app 的,和进行技术选型的。
</content>
Expand All @@ -26,7 +26,7 @@
<entry>
<title>第二章: 应用的多平台设计</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/design/"/>
<updated>2016-04-22T00:49:57+08:00</updated>
<updated>2016-04-22T00:52:52+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/design/</id>
<content type="html">我们将谈谈为什么 React Native 可以针对,或者甚至是应该针对,各个平台量身定制。而非各个平台上没有任何区分。
</content>
Expand All @@ -36,7 +36,7 @@
<entry>
<title>第三章: 数据集成</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/data/"/>
<updated>2016-04-22T00:49:57+08:00</updated>
<updated>2016-04-22T00:52:52+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/data/</id>
<content type="html">我们将说明 React Native 中的数据流,Redux 在 F8 app 中是如何工作的,以及连接 Parse Server 的简单流程。
</content>
Expand All @@ -46,7 +46,7 @@
<entry>
<title>第四章: 测试</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/testing/"/>
<updated>2016-04-22T00:49:57+08:00</updated>
<updated>2016-04-22T00:52:52+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/testing/</id>
<content type="html">探索如何使用 Nuclide,Flow,以及 Jest,以提高编写 React Native 时的代码质量。
</content>
Expand All @@ -56,7 +56,7 @@
<entry>
<title>附录 1: 本地设置运行 App</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/local-setup/"/>
<updated>2016-04-22T00:49:57+08:00</updated>
<updated>2016-04-22T00:52:52+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/local-setup/</id>
<content type="html"></content>
</entry>
Expand All @@ -65,7 +65,7 @@
<entry>
<title>附录 2: 使用 Relay 和 GraphQL</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/relay/"/>
<updated>2016-04-22T00:49:57+08:00</updated>
<updated>2016-04-22T00:52:52+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/relay/</id>
<content type="html"></content>
</entry>
Expand All @@ -74,7 +74,7 @@
<entry>
<title>附录 3: 移植 F8 App 到 Windows</title>
<link href="http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/windows/"/>
<updated>2016-04-22T00:49:57+08:00</updated>
<updated>2016-04-22T00:52:52+08:00</updated>
<id>http://f8-app-tutorial-cn.liaohuqiu.net/tutorials/building-the-f8-app/windows/</id>
<content type="html"></content>
</entry>
Expand Down
2 changes: 0 additions & 2 deletions tutorials/building-the-f8-app/data/index.html
Expand Up @@ -862,8 +862,6 @@ <h3 id="parse-server">Parse Server</h3>
</div>
</div>

<p>That’s it, we’re connected to the Parse API inside React Native.</p>

<p>是的,由于我们使用了 <a href="https://github.com/ParsePlatform/ParseReact">Parse + React</a> SDK (在 <code class="highlighter-rouge">parse/react-native</code> 包中),整个过程就是这么简单。</p>

<h5 id="parse--action">Parse 和 Action</h5>
Expand Down

0 comments on commit 0acda4c

Please sign in to comment.