From f6e09f190308214c4b084c36b334a422e73e6714 Mon Sep 17 00:00:00 2001 From: Jim Date: Fri, 9 Oct 2015 14:58:05 -0700 Subject: [PATCH] Added react-dom to individual downloads --- docs/downloads.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/downloads.md b/docs/downloads.md index f7b1a7fb6a..7a89c59d28 100644 --- a/docs/downloads.md +++ b/docs/downloads.md @@ -20,32 +20,36 @@ If you're just starting out, make sure to use the development version. ## Individual Downloads -#### React {{site.react_version}} (development) -The uncompressed, development version of React core with inline documentation. +#### React {{site.react_version}} (development) +The uncompressed, development version of [react.js](https://fb.me/react-{{site.react_version}}.js) and [react-dom.js](https://fb.me/react-dom-{{site.react_version}}.js) with inline documentation (you need both files). ```html + ``` -#### React {{site.react_version}} (production) -The compressed, production version of React core. +#### React {{site.react_version}} (production) +The compressed, production version of [react.js](https://fb.me/react-{{site.react_version}}.min.js) and [react-dom.js](https://fb.me/react-dom-{{site.react_version}}.min.js) (you need both). ```html + ``` -#### React with Add-Ons {{site.react_version}} (development) -The uncompressed, development version of React with [add-ons](/react/docs/addons.html). +#### React with Add-Ons {{site.react_version}} (development) +The uncompressed, development version of React with [optional add-ons](/react/docs/addons.html). ```html + ``` -#### React with Add-Ons {{site.react_version}} (production) -The compressed, production version of React with [add-ons](/react/docs/addons.html). +#### React with Add-Ons {{site.react_version}} (production) +The compressed, production version of React with [optional add-ons](/react/docs/addons.html). ```html + ``` All scripts are also available via [CDNJS](https://cdnjs.com/libraries/react/).