Skip to content

Commit

Permalink
docs add download links for react-with-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglou committed Nov 27, 2013
1 parent d51ae6b commit 11638b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ The uncompressed, development version of React core with inline documentation.
<script src="http://fb.me/react-{{site.react_version}}.js"></script>
```

#### <a href="http://fb.me/react-{{site.react_version}}.min.js">React With Add-Ons {{site.react_version}} (production)</a>
The compressed, production version of React with [add-ons](/react/docs/addons.html).

```html
<script src="http://fb.me/react-with-addons-{{site.react_version}}.min.js"></script>
```

#### <a href="http://fb.me/react-{{site.react_version}}.js">React With Add-Ons {{site.react_version}} (development)</a>
The uncompressed, development version of React with [add-ons](/react/docs/addons.html).

```html
<script src="http://fb.me/react-with-addons-{{site.react_version}}.js"></script>
```

#### <a href="http://fb.me/JSXTransformer-{{site.react_version}}.js">JSX Transform</a>
The JSX transformer used to support [XML syntax](/react/docs/jsx-in-depth.html) in JavaScript.

Expand Down

0 comments on commit 11638b7

Please sign in to comment.