Update index.md

moving node diagram and description to Philosophy page in docs
This commit is contained in:
Hannah Troisi
2016-04-07 14:19:49 -07:00
parent 51af943b83
commit c97f0ece80

View File

@@ -16,18 +16,8 @@ id: home
<a href="https://github.com/facebook/pop">pop</a>&#39;s physics-based animations &mdash; but
it&#39;s just as powerful with UIKit Dynamics and conventional app designs.</p>
As the framework has grown, many features have been added that can save developers tons of time by eliminating common boilerplate style structures common in modern iOS apps.
<p>As the framework has grown, many features have been added that can save developers tons of time by eliminating common boilerplate style structures common in modern iOS apps. If you've ever dealt with cell reuse bugs, tried to performantly preload data for a page or scroll style interface or even just tried to keep your app from dropping too many frames you can benefit from integrating ASDK.</p>
If you've ever dealt with cell reuse bugs, tried to performantly preload data for a page or scroll style interface or even just tried to keep your app from dropping too many frames you can benefit from integrating ASDK.
<p><br /></p>
<p>AsyncDisplayKit Nodes are a thread-safe abstraction layer over UIViews and
CALayers:</p>
<p><img src="/static/node-view-layer.png" alt="logo"></p>
You can access most view and layer properties when using nodes, the difference is that nodes are rendered concurrently by default, and measured and laid out asynchronously when used <a href = "/docs/automatic-layout.html">correctly</a>!
<br/>
<p>
To learn more, <a href = "/docs/getting-started.html">check out our docs!</a>