Updated React Version 0.9.0
**Updated Url's:** CDN: http://fb.me/react-0.9.0.js http://fb.me/JSXTransformer-0.9.0.js Starter Kit http://facebook.github.io/react/downloads/react-0.9.0.zip
This commit is contained in:
parent
3c4f45fe45
commit
b2649dd73b
|
@ -40,12 +40,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab
|
|||
|
||||
```html
|
||||
<!-- The core React library -->
|
||||
<script src="http://fb.me/react-0.8.0.js"></script>
|
||||
<script src="http://fb.me/react-0.9.0.js"></script>
|
||||
<!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
|
||||
<script src="http://fb.me/JSXTransformer-0.8.0.js"></script>
|
||||
<script src="http://fb.me/JSXTransformer-0.9.0.js"></script>
|
||||
```
|
||||
|
||||
We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.8.0.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code.
|
||||
We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.9.0.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code.
|
||||
|
||||
If you'd like to use [bower](http://bower.io), it's as easy as:
|
||||
|
||||
|
|
Loading…
Reference in New Issue