From 64c1b55fc7d20ebcbbbe6c919e2760574e83489b Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Sun, 24 Nov 2013 02:27:02 -0500 Subject: [PATCH] docs add download links for react-with-addons --- downloads.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/downloads.md b/downloads.md index 27379cdb1..b0e7ba431 100644 --- a/downloads.md +++ b/downloads.md @@ -28,6 +28,20 @@ The uncompressed, development version of React core with inline documentation. ``` +#### React With Add-Ons {{site.react_version}} (production) +The compressed, production version of React with [add-ons](/react/docs/addons.html). + +```html + +``` + +#### React With Add-Ons {{site.react_version}} (development) +The uncompressed, development version of React with [add-ons](/react/docs/addons.html). + +```html + +``` + #### JSX Transform The JSX transformer used to support [XML syntax](/react/docs/jsx-in-depth.html) in JavaScript.