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.