From 11638b7824179b1dd515bd826f5dd6ec822cb45c 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 --- docs/downloads.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/downloads.md b/docs/downloads.md index 27379cdb17e91..b0e7ba43129b4 100644 --- a/docs/downloads.md +++ b/docs/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.