Deploy website

Deploy website version based on c06a5cffe6
This commit is contained in:
Website Deployment Script
2017-12-05 19:58:34 +00:00
parent c06a5cffe6
commit 0a1ef9bc4d
135 changed files with 159 additions and 159 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ view stack can lead to errors here, which the element inspector makes
easy to debug.</p>
<p>Doesn't yet support other contained responders from blocking this scroll
view from becoming the responder.</p>
<p><code>&lt;ScrollView&gt;</code> vs <a href="/react-native/flatlist.md"><code>&lt;FlatList&gt;</code></a> - which one to use?</p>
<p><code>&lt;ScrollView&gt;</code> vs <a href="/react-native/docs/flatlist.html"><code>&lt;FlatList&gt;</code></a> - which one to use?</p>
<p><code>ScrollView</code> simply renders all its react child components at once. That
makes it very easy to understand and use.</p>
<p>On the other hand, this has a performance downside. Imagine you have a very