From 6cfdfa8636166cc079cdbed690e6e312aebeb557 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Sun, 9 Mar 2014 13:46:26 -0700 Subject: [PATCH] Rebuild docs --- docs/addons.html | 14 ++++++++++ docs/animation.html | 14 ++++++++++ docs/class-name-manipulation.html | 14 ++++++++++ docs/clone-with-props.html | 14 ++++++++++ docs/complementary-tools.html | 18 ++++++++++++- docs/component-api.html | 14 ++++++++++ docs/component-specs.html | 14 ++++++++++ docs/displaying-data.html | 14 ++++++++++ docs/dom-differences.html | 14 ++++++++++ docs/events.html | 14 ++++++++++ docs/examples.html | 25 +++++++++++++++--- docs/forms.html | 14 ++++++++++ docs/getting-started.html | 14 ++++++++++ docs/interactivity-and-dynamic-uis.html | 14 ++++++++++ docs/jsx-gotchas.html | 14 ++++++++++ docs/jsx-in-depth.html | 14 ++++++++++ docs/more-about-refs.html | 14 ++++++++++ docs/multiple-components.html | 14 ++++++++++ docs/reconciliation.html | 14 ++++++++++ docs/reusable-components.html | 14 ++++++++++ docs/special-non-dom-attributes.html | 14 ++++++++++ docs/tags-and-attributes.html | 14 ++++++++++ docs/test-utils.html | 14 ++++++++++ docs/tooling-integration.html | 26 ++++++++++++------- docs/top-level-api.html | 14 ++++++++++ docs/tutorial.html | 16 +++++++++++- docs/two-way-binding-helpers.html | 14 ++++++++++ docs/videos.html | 16 +++++++++++- docs/why-react.html | 14 ++++++++++ docs/working-with-the-browser.html | 14 ++++++++++ downloads.html | 12 ++++++++- feed.xml | 4 +-- tips/children-props-type.html | 14 ++++++++++ tips/communicate-between-components.html | 14 ++++++++++ ...iveProps-not-triggered-after-mounting.html | 14 ++++++++++ tips/controlled-input-null-value.html | 14 ++++++++++ tips/dom-event-listeners.html | 14 ++++++++++ tips/expose-component-functions.html | 14 ++++++++++ tips/false-in-jsx.html | 14 ++++++++++ tips/if-else-in-JSX.html | 14 ++++++++++ tips/initial-ajax.html | 14 ++++++++++ tips/inline-styles.html | 14 ++++++++++ tips/introduction.html | 14 ++++++++++ tips/maximum-number-of-jsx-root-nodes.html | 14 ++++++++++ ...ps-in-getInitialState-as-anti-pattern.html | 14 ++++++++++ tips/references-to-components.html | 14 ++++++++++ tips/self-closing-tag.html | 14 ++++++++++ tips/style-props-value-px.html | 14 ++++++++++ 48 files changed, 671 insertions(+), 20 deletions(-) diff --git a/docs/addons.html b/docs/addons.html index acb0c9f2a6500..185e09c3e12c8 100644 --- a/docs/addons.html +++ b/docs/addons.html @@ -79,6 +79,20 @@

Quick Start

+
  • + + Thinking in React + + +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/two-way-binding-helpers.html b/docs/two-way-binding-helpers.html index 8bc13bafd6c14..42112d9fd6ab4 100644 --- a/docs/two-way-binding-helpers.html +++ b/docs/two-way-binding-helpers.html @@ -79,6 +79,20 @@

    Quick Start

    +
  • + + Thinking in React + + +
  • + + + + + + + + + + +

    All scripts are also available via CDNJS.

    +

    npm #

    +

    To install the JSX transformer on your computer, run:

    +
    $ npm install -g react-tools
    +
    +

    For more info about the jsx binary, see the Getting Started guide.

    + +

    If you're using an npm-compatible packaging system like browserify or webpack, you can use the react package. After installing it using npm install react or adding react to package.json, you can use React:

    +
    var React = require('react');
    +React.renderComponent(...);
    +
    +

    If you'd like to use any add-ons, use var React = require('react/addons'); instead.

    Bower #

    $ bower install --save react
    -

    NPM #

    $ npm install -g react-tools
     
    diff --git a/feed.xml b/feed.xml index cc21302e23d6d..deb2a788a6e57 100644 --- a/feed.xml +++ b/feed.xml @@ -369,7 +369,7 @@ Minified build for production: <a href="http://fb.me/react-with-addons-0 <h2><a class="anchor" name="building-a-complex-react-component"></a>Building a complex React component <a class="hash-link" href="#building-a-complex-react-component">#</a></h2> <p><a href="http://matt-harrison.com/">Matt Harrison</a> walks through the process of <a href="http://matt-harrison.com/building-a-complex-web-component-with-facebooks-react-library/">creating an SVG-based Resistance Calculator</a> using React. <figure><a href="http://matt-harrison.com/building-a-complex-web-component-with-facebooks-react-library/"><img src="/react/img/blog/resistance-calculator.png" alt=""></a></figure></p> <h2><a class="anchor" name="random-tweets"></a>Random Tweets <a class="hash-link" href="#random-tweets">#</a></h2> -<div><blockquote class="twitter-tweet" lang="en"><p>[#reactjs](https://twitter.com/search?q=%23reactjs&src=hash) has very simple API, but it's amazing how much work has been done under the hood to make it blazing fast.</p>&mdash; Anton Astashov (@anton_astashov) <a href="https://twitter.com/anton_astashov/status/417556491646693378">December 30, 2013</a></blockquote></div> +<div><blockquote class="twitter-tweet" lang="en"><p>[#reactjs](https://twitter.com/search?q=%23reactjs&src=hash) has very simple API, but it's amazing how much work has been done under the hood to make it blazing fast.</p>&mdash; Anton Astashov (@anton_astashov) <a href="https://twitter.com/anton_astashov/status/417556491646693378">December 30, 2013</a></blockquote></div> <div><blockquote class="twitter-tweet" lang="en"><p>[#reactjs]((https://twitter.com/search?q=%23reactjs&src=hash) makes refactoring your HTML as easy & natural as refactoring your javascript [@react_js](https://twitter.com/react_js)</p>&mdash; Jared Forsyth (@jaredforsyth) <a href="https://twitter.com/jaredforsyth/status/420304083010854912">January 6, 2014</a></blockquote></div> @@ -489,7 +489,7 @@ Minified build for production: <a href="http://fb.me/react-with-addons-0 <h3><a class="anchor" name="om-experience-report"></a>Om Experience Report <a class="hash-link" href="#om-experience-report">#</a></h3> <p>Adam Solove (<a href="https://twitter.com/asolove/">@asolove</a>) <a href="http://adamsolove.com/js/clojure/2014/01/06/om-experience-report.html">dives a little deeper into Om, React and ClojureScript</a>. He shares some helpful tips he gathered while building his <a href="https://github.com/asolove/carto-crayon">CartoCrayon</a> prototype.</p> <h2><a class="anchor" name="not-so-random-tweet"></a>Not-so-random Tweet <a class="hash-link" href="#not-so-random-tweet">#</a></h2> -<div><blockquote class="twitter-tweet" lang="en"><p>[@swannodette](https://twitter.com/swannodette) No thank you! It's honestly a bit weird because Om is exactly what I didn't know I wanted for doing functional UI work.</p>&mdash; Adam Solove (@asolove) <a href="https://twitter.com/asolove/status/420294067637858304">January 6, 2014</a></blockquote></div> +<div><blockquote class="twitter-tweet" lang="en"><p>[@swannodette](https://twitter.com/swannodette) No thank you! It's honestly a bit weird because Om is exactly what I didn't know I wanted for doing functional UI work.</p>&mdash; Adam Solove (@asolove) <a href="https://twitter.com/asolove/status/420294067637858304">January 6, 2014</a></blockquote></div> 2014-02-05T00:00:00-08:00 http://facebook.github.io/react/blog/2014/02/05/community-roundup-15.html diff --git a/tips/children-props-type.html b/tips/children-props-type.html index 6f1f09df10b2a..7ad5876caa5f3 100644 --- a/tips/children-props-type.html +++ b/tips/children-props-type.html @@ -79,6 +79,20 @@

    Quick Start

    +
  • + + Thinking in React + + +
  • + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +