Rebuild docs

This commit is contained in:
Ben Alpert
2014-03-09 13:46:26 -07:00
parent 4c37b3f818
commit 6cfdfa8636
48 changed files with 671 additions and 20 deletions
+17 -1
View File
@@ -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
@@ -385,10 +399,12 @@
<li><strong><a href="https://npmjs.org/package/gulp-react">gulp-react</a></strong> <a href="http://gulpjs.com/">GulpJS</a> plugin.</li>
<li><strong><a href="https://github.com/philix/jsx-requirejs-plugin">jsx-requirejs-plugin</a></strong> <a href="http://requirejs.org/">RequireJS</a> plugin.</li>
<li><strong><a href="https://github.com/benjamn/react-meteor">react-meteor</a></strong> <a href="http://www.meteor.com/">Meteor</a> plugin.</li>
<li><strong><a href="https://github.com/facebook/react-python">pyReact</a></strong> <a href="http://www.python.org/">Python</a> bridge to JSX.</li>
<li><strong><a href="https://github.com/facebook/react-rails">react-rails</a></strong> Ruby gem for using JSX with <a href="http://rubyonrails.org/">Ruby on Rails</a>.</li>
</ul>
<h3><a class="anchor" name="full-stack-starter-kits"></a>Full-stack starter kits <a class="hash-link" href="#full-stack-starter-kits">#</a></h3>
<ul>
<li><strong><a href="https://github.com/andreypopp/react-quickstart">react-quickstart</a></strong> Quick-start template for <code>express</code>, <code>browserify</code>, <code>react-router-component and</code>react-async` (<strong>includes &quot;isomorphic&quot; server rendering</strong>).</li>
<li><strong><a href="https://github.com/andreypopp/react-quickstart">react-quickstart</a></strong> Quick-start template for <code>express</code>, <code>browserify</code>, <code>react-router-component</code> and <code>react-async</code> (<strong>includes &quot;isomorphic&quot; server rendering</strong>).</li>
<li><strong><a href="https://github.com/newtriks/generator-react-webpack">generator-react-webpack</a></strong> <a href="http://yeoman.io/">Yeoman</a> generator for React and Webpack.</li>
<li><strong><a href="http://genesis-skeleton.com/">Genesis Skeleton</a></strong> Modern, opinionated, full-stack starter kit for rapid, streamlined application development (supports React).</li>
<li><strong><a href="https://github.com/johnthethird/react-starter-template">react-starter-template</a></strong> Starter template with Gulp, Webpack and Bootstrap.</li>