mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Rebuild docs
This commit is contained in:
+21
-4
@@ -79,6 +79,20 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/react/docs/thinking-in-react.html">
|
||||
Thinking in React
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="nav-docs-section">
|
||||
<h3>Community Resources</h3>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/react/docs/videos.html">
|
||||
Videos
|
||||
@@ -374,15 +388,18 @@
|
||||
<div class="subHeader"></div>
|
||||
<h3><a class="anchor" name="production-apps"></a>Production Apps <a class="hash-link" href="#production-apps">#</a></h3>
|
||||
<ul>
|
||||
<li><strong><a href="http://instagram.com/">Instagram.com</a></strong> Is 100% built on React.</li>
|
||||
<li><strong><a href="http://www.facebook.com/">Facebook.com</a></strong> 's commenting interface, ads creation flows, and page insights.</li>
|
||||
<li><strong><a href="http://khanacademy.org/">Khan Academy</a></strong> Uses React for most new JS development.</li>
|
||||
<li><strong><a href="http://instagram.com/">Instagram.com</a></strong> is 100% built on React, both public site and internal tools.</li>
|
||||
<li><strong><a href="http://www.facebook.com/">Facebook.com</a></strong>'s commenting interface, business management tools, <a href="http://facebook.com/lookback/edit">Lookback video editor</a>, page insights, and most, if not all, new JS development.</li>
|
||||
<li><strong><a href="http://khanacademy.org/">Khan Academy</a></strong> uses React for most new JS development.</li>
|
||||
<li><strong><a href="https://www.shirtstarter.com/">Shirtstarter</a></strong> is 100% built on React.</li>
|
||||
<li><strong><a href="http://sberbank.ru/moscow/ru/person/">Sberbank</a></strong>, Russia's number one bank, is built with React.</li>
|
||||
<li><strong><a href="http://www.nytimes.com/interactive/2014/02/02/fashion/red-carpet-project.html?_r=0">The New York Times's 2014 Red Carpet Project</a></strong> is built with React.</li>
|
||||
</ul>
|
||||
<h3><a class="anchor" name="sample-code"></a>Sample Code <a class="hash-link" href="#sample-code">#</a></h3>
|
||||
<ul>
|
||||
<li><strong><a href="/react/downloads.html">React starter kit</a></strong> Includes several examples which you can <a href="https://github.com/facebook/react/tree/master/examples/">view online in our GitHub repository</a>.</li>
|
||||
<li><strong><a href="https://github.com/petehunt/react-one-hour-email/commits/master">React one-hour email</a></strong> Goes step-by-step from a static HTML mock to an interactive email reader, written in just one hour!</li>
|
||||
<li><strong><a href="https://github.com/petehunt/rendr-react-template/">Rendr + React app template</a></strong> Demonstrates how to use React's server rendering capabilities.</li>
|
||||
<li><strong><a href="https://github.com/mhart/react-server-example">React server rendering example</a></strong> Demonstrates how to use React's server rendering capabilities.</li>
|
||||
</ul>
|
||||
<h3><a class="anchor" name="open-source-demos"></a>Open-Source Demos <a class="hash-link" href="#open-source-demos">#</a></h3>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user