mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
committed by
Paul O’Shannessy
parent
176ef3521c
commit
e4fa9ca9ee
@@ -32,7 +32,7 @@ You'll notice that we used an XML-like syntax; [we call it JSX](http://facebook.
|
||||
|
||||
## Installation
|
||||
|
||||
The fastest way to get started is to serve JavaScript from the CDN:
|
||||
The fastest way to get started is to serve JavaScript from the CDN (also available on [CDNJS](http://cdnjs.com/#react)):
|
||||
|
||||
```html
|
||||
<!-- The core React library -->
|
||||
|
||||
@@ -35,6 +35,8 @@ The JSX transformer used to support [XML syntax](/react/docs/jsx-in-depth.html)
|
||||
<script src="http://fb.me/JSXTransformer-{{site.react_version}}.js"></script>
|
||||
```
|
||||
|
||||
All scripts are also available via [CDNJS](http://cdnjs.com/#react).
|
||||
|
||||
## Bower
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user