mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
parent
26f55b4dbb
commit
7d4e97f9e5
|
|
@ -35,12 +35,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- The core React library -->
|
<!-- The core React library -->
|
||||||
<script src="https://fb.me/react-15.2.1.js"></script>
|
<script src="https://fb.me/react-15.3.0.js"></script>
|
||||||
<!-- The ReactDOM Library -->
|
<!-- The ReactDOM Library -->
|
||||||
<script src="https://fb.me/react-dom-15.2.1.js"></script>
|
<script src="https://fb.me/react-dom-15.3.0.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
We've also built a [starter kit](https://facebook.github.io/react/downloads/react-15.2.1.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](https://facebook.github.io/react/downloads/react-15.3.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:
|
If you'd like to use [bower](http://bower.io), it's as easy as:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user