Files
react/docs/complementary-tools.html
T
2014-03-09 13:46:26 -07:00

486 lines
18 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>React | Complementary Tools</title>
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="React | Complementary Tools" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://facebook.github.io/react/docs/complementary-tools.html" />
<meta property="og:image" content="http://facebook.github.io/react/img/logo_og.png" />
<meta property="og:description" content="A JavaScript library for building user interfaces" />
<meta property="fb:app_id" content="623268441017527" />
<link rel="shortcut icon" href="/react/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="React" href="http://facebook.github.io/react/feed.xml">
<link rel="stylesheet" href="/react/css/syntax.css">
<link rel="stylesheet" href="/react/css/codemirror.css">
<link rel="stylesheet" href="/react/css/react.css">
<script type="text/javascript" src="//use.typekit.net/vqa1hcx.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!--[if lte IE 8]>
<script type="text/javascript" src="/react/js/html5shiv.min.js"></script>
<script type="text/javascript" src="/react/js/es5-shim.min.js"></script>
<script type="text/javascript" src="/react/js/es5-sham.min.js"></script>
<![endif]-->
<script type="text/javascript" src="/react/js/codemirror.js"></script>
<script type="text/javascript" src="/react/js/javascript.js"></script>
<script type="text/javascript" src="/react/js/react.min.js"></script>
<script type="text/javascript" src="/react/js/JSXTransformer.js"></script>
<script type="text/javascript" src="/react/js/live_editor.js"></script>
<script type="text/javascript" src="/react/js/showdown.js"></script>
</head>
<body>
<div class="container">
<div class="nav-main">
<div class="wrap">
<a class="nav-home" href="/react/index.html">
<img class="nav-logo" alt="" src="/react/img/logo_small.png" width="38" height="38">
React
</a>
<ul class="nav-site">
<li><a href="/react/docs/getting-started.html" class="active">docs</a></li>
<li><a href="/react/support.html">support</a></li>
<li><a href="/react/downloads.html">download</a></li>
<li><a href="/react/blog/">blog</a></li>
<li><a href="http://github.com/facebook/react">github</a>
</ul>
</div>
</div>
<section class="content wrap documentationContent">
<div class="nav-docs">
<!-- Docs Nav -->
<div class="nav-docs-section">
<h3>Quick Start</h3>
<ul>
<li>
<a href="/react/docs/getting-started.html">
Getting Started
</a>
</li>
<li>
<a href="/react/docs/tutorial.html">
Tutorial
</a>
</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
</a>
</li>
<li>
<a href="/react/docs/complementary-tools.html" class="active">
Complementary Tools
</a>
</li>
<li>
<a href="/react/docs/examples.html">
Examples
</a>
</li>
</ul>
</div>
<div class="nav-docs-section">
<h3>Guides</h3>
<ul>
<li>
<a href="/react/docs/why-react.html">
Why React?
</a>
</li>
<li>
<a href="/react/docs/displaying-data.html">
Displaying Data
</a>
<ul>
<li>
<a href="/react/docs/jsx-in-depth.html">
JSX in Depth
</a>
</li>
<li>
<a href="/react/docs/jsx-gotchas.html">
JSX Gotchas
</a>
</li>
</ul>
</li>
<li>
<a href="/react/docs/interactivity-and-dynamic-uis.html">
Interactivity and Dynamic UIs
</a>
</li>
<li>
<a href="/react/docs/multiple-components.html">
Multiple Components
</a>
</li>
<li>
<a href="/react/docs/reusable-components.html">
Reusable Components
</a>
</li>
<li>
<a href="/react/docs/forms.html">
Forms
</a>
</li>
<li>
<a href="/react/docs/working-with-the-browser.html">
Working With the Browser
</a>
<ul>
<li>
<a href="/react/docs/more-about-refs.html">
More About Refs
</a>
</li>
</ul>
</li>
<li>
<a href="/react/docs/tooling-integration.html">
Tooling Integration
</a>
</li>
<li>
<a href="/react/docs/addons.html">
Add-Ons
</a>
<ul>
<li>
<a href="/react/docs/animation.html">
Animation
</a>
</li>
<li>
<a href="/react/docs/two-way-binding-helpers.html">
Two-Way Binding Helpers
</a>
</li>
<li>
<a href="/react/docs/class-name-manipulation.html">
Class Name Manipulation
</a>
</li>
<li>
<a href="/react/docs/test-utils.html">
Test Utilities
</a>
</li>
<li>
<a href="/react/docs/clone-with-props.html">
Cloning Components
</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="nav-docs-section">
<h3>Reference</h3>
<ul>
<li>
<a href="/react/docs/top-level-api.html">
Top-Level API
</a>
</li>
<li>
<a href="/react/docs/component-api.html">
Component API
</a>
</li>
<li>
<a href="/react/docs/component-specs.html">
Component Specs and Lifecycle
</a>
</li>
<li>
<a href="/react/docs/tags-and-attributes.html">
Supported Tags and Attributes
</a>
</li>
<li>
<a href="/react/docs/events.html">
Event System
</a>
</li>
<li>
<a href="/react/docs/dom-differences.html">
DOM Differences
</a>
</li>
<li>
<a href="/react/docs/special-non-dom-attributes.html">
Special Non-DOM Attributes
</a>
</li>
<li>
<a href="/react/docs/reconciliation.html">
Reconciliation
</a>
</li>
</ul>
</div>
<!-- Tips Nav -->
<div class="nav-docs-section">
<h3>Tips</h3>
<ul>
<li>
<a href="/react/tips/introduction.html">Introduction</a>
</li>
<li>
<a href="/react/tips/inline-styles.html">Inline Styles</a>
</li>
<li>
<a href="/react/tips/if-else-in-JSX.html">If-Else in JSX</a>
</li>
<li>
<a href="/react/tips/self-closing-tag.html">Self-Closing Tag</a>
</li>
<li>
<a href="/react/tips/maximum-number-of-jsx-root-nodes.html">Maximum Number of JSX Root Nodes</a>
</li>
<li>
<a href="/react/tips/style-props-value-px.html">Shorthand for Specifying Pixel Values in style props</a>
</li>
<li>
<a href="/react/tips/children-props-type.html">Type of the Children props</a>
</li>
<li>
<a href="/react/tips/controlled-input-null-value.html">Value of null for Controlled Input</a>
</li>
<li>
<a href="/react/tips/componentWillReceiveProps-not-triggered-after-mounting.html">componentWillReceiveProps Not Triggered After Mounting</a>
</li>
<li>
<a href="/react/tips/props-in-getInitialState-as-anti-pattern.html">Props in getInitialState Is an Anti-Pattern</a>
</li>
<li>
<a href="/react/tips/dom-event-listeners.html">DOM Event Listeners in a Component</a>
</li>
<li>
<a href="/react/tips/initial-ajax.html">Load Initial Data via AJAX</a>
</li>
<li>
<a href="/react/tips/false-in-jsx.html">False in JSX</a>
</li>
<li>
<a href="/react/tips/communicate-between-components.html">Communicate Between Components</a>
</li>
<li>
<a href="/react/tips/expose-component-functions.html">Expose Component Functions</a>
</li>
</ul>
</div>
</div>
<div class="inner-content">
<h1>Complementary Tools</h1>
<div class="subHeader"></div>
<p>React is a small library that does one thing well. Here&#39;s a list of tools we&#39;ve found that work really well with React when building applications.</p>
<p>If you want your project on this list, or think one of these projects should be removed, <a href="https://github.com/facebook/react/issues/new">open an issue on GitHub</a>.</p>
<h3><a class="anchor" name="jsx-integrations"></a>JSX integrations <a class="hash-link" href="#jsx-integrations">#</a></h3>
<ul>
<li><strong><a href="https://npmjs.org/package/jsxhint">jsxhint</a></strong> <a href="http://jshint.com/">JSHint</a> (linting) support.</li>
<li><strong><a href="https://npmjs.org/package/reactify">reactify</a></strong> <a href="http://browserify.org/">Browserify</a> transform.</li>
<li><strong><a href="https://npmjs.org/package/node-jsx">node-jsx</a></strong> Native <a href="http://nodejs.org/">Node</a> support.</li>
<li><strong><a href="https://npmjs.org/package/jsx-loader">jsx-loader</a></strong> Loader for <a href="http://webpack.github.io/">webpack</a>.</li>
<li><strong><a href="https://npmjs.org/package/grunt-react">grunt-react</a></strong> <a href="http://gruntjs.com/">GruntJS</a> task.</li>
<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</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>
<li><strong><a href="https://npmjs.org/package/react-brunch">react-brunch</a></strong> <a href="http://brunch.io/">Brunch</a> plugin.</li>
<li><strong><a href="https://github.com/petehunt/react-browserify-template">react-browserify-template</a></strong> Quick-start with Browserify.</li>
</ul>
<h3><a class="anchor" name="routing"></a>Routing <a class="hash-link" href="#routing">#</a></h3>
<ul>
<li><strong><a href="https://github.com/flatiron/director">director</a></strong> (For an example see <a href="https://github.com/tastejs/todomvc/blob/gh-pages/architecture-examples/react/js/app.jsx#L29">TodoMVC</a>).</li>
<li><strong><a href="http://backbonejs.org/">Backbone</a></strong> (For an example see <a href="https://github.com/jaredly/github-issues-viewer">github-issues-viewer</a>).</li>
<li><strong><a href="https://github.com/jaredly/react-router">react-router</a></strong> (Example coming soon).</li>
<li><strong><a href="http://andreypopp.viewdocs.io/react-router-component">react-router-component</a></strong></li>
</ul>
<h3><a class="anchor" name="model-management"></a>Model management <a class="hash-link" href="#model-management">#</a></h3>
<ul>
<li><strong><a href="https://github.com/usepropeller/react.backbone">react.backbone</a></strong> Use <a href="http://backbonejs.org">Backbone</a> models with React.</li>
<li><strong><a href="https://github.com/mquan/cortex/">cortex</a></strong> A JavaScript library for centrally managing data with React.</li>
<li><strong><a href="https://github.com/wereHamster/avers">avers</a></strong> A modern client-side model abstraction library.</li>
</ul>
<h3><a class="anchor" name="data-fetching"></a>Data fetching <a class="hash-link" href="#data-fetching">#</a></h3>
<ul>
<li><strong><a href="http://andreypopp.viewdocs.io/react-async">react-async</a></strong> Adds a <code>getInitialStateAsync(cb)</code> method suitable for data fetching on both the client and the server.</li>
<li><strong><a href="http://visionmedia.github.io/superagent/">superagent</a></strong> A lightweight &quot;isomorphic&quot; library for AJAX requests.</li>
</ul>
<h3><a class="anchor" name="ui-components"></a>UI components <a class="hash-link" href="#ui-components">#</a></h3>
<ul>
<li><strong><a href="https://github.com/stevoland/react-bootstrap">react-bootstrap</a></strong> Bootstrap 3 components built with React.</li>
<li><strong><a href="https://github.com/plaxdan/react-topcoat">react-topcoat</a></strong> Topcoat components built with React.</li>
<li><strong><a href="https://github.com/martinandert/react-lorem-component">react-lorem-component</a></strong> Lorem Ipsum placeholder component.</li>
<li><strong><a href="https://github.com/wingspan/wingspan-forms">wingspan-forms</a></strong> React library for dynamic forms &amp; grids; widgets provided by KendoUI.</li>
<li><strong><a href="https://github.com/martinandert/react-translate-component">react-translate-component</a></strong> React component for i18n.</li>
</ul>
<div class="docs-prevnext">
<a class="docs-prev" href="/react/docs/videos.html">&larr; Prev</a>
<a class="docs-next" href="/react/docs/examples.html">Next &rarr;</a>
</div>
<div class="fb-comments" data-width="650" data-num-posts="10" data-href="http://facebook.github.io/react/docs/complementary-tools.html"></div>
</div>
</section>
<footer class="wrap">
<div class="left">
A Facebook &amp; Instagram collaboration.<br>
<a href="/react/acknowledgements.html">Acknowledgements</a>
</div>
<div class="right">&copy; 2014 Facebook Inc.</div>
</footer>
</div>
<div id="fb-root"></div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41298772-1', 'facebook.github.io');
ga('send', 'pageview');
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=623268441017527";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</body>
</html>