diff --git a/downloads.md b/downloads.md index bad4b0c3..b8d85bcf 100644 --- a/downloads.md +++ b/downloads.md @@ -4,7 +4,7 @@ title: Downloads layout: single --- Download the starter kit to get everything you need to -[get started with React](/react/docs/getting-started.html). +[get started with React](/react/docs/getting-started.html). The starter kit includes React, the in-browser JSX transformer, and some simple example apps.
@@ -12,44 +12,50 @@ Download the starter kit to get everything you need to
-## Individual Downloads +## Development vs. Production Builds -#### React Core {{site.react_version}} (production) -The compressed, production version of React core +We provide two versions of React: an uncompressed version for development and a minified version for production. The development version includes extra warnings about common mistakes, whereas the production version includes extra performance optimizations and strips all error messages. -```html - -``` +If you're just starting out, make sure to use the development version. -#### React Core {{site.react_version}} (development) +## Individual Downloads + +#### React {{site.react_version}} (development) The uncompressed, development version of React core with inline documentation. ```html ``` -#### React With Add-Ons {{site.react_version}} (production) -The compressed, production version of React with [add-ons](/react/docs/addons.html). +#### React {{site.react_version}} (production) +The compressed, production version of React core. ```html - + ``` -#### React With Add-Ons {{site.react_version}} (development) +#### React with Add-Ons {{site.react_version}} (development) The uncompressed, development version of React with [add-ons](/react/docs/addons.html). ```html ``` -#### JSX Transform +#### React with Add-Ons {{site.react_version}} (production) +The compressed, production version of React with [add-ons](/react/docs/addons.html). + +```html + +``` + +#### JSX Transformer The JSX transformer used to support [XML syntax](/react/docs/jsx-in-depth.html) in JavaScript. ```html ``` -All scripts are also available via [CDNJS](http://cdnjs.com/#react). +All scripts are also available via [CDNJS](http://cdnjs.com/libraries/react/). ## Bower