reactjs / react-tutorial

Code from the React tutorial.
http://facebook.github.io/react/docs/tutorial.html
Other
3.29k stars 2.13k forks source link

npmcdn can't find react js file #153

Closed half-adder closed 8 years ago

half-adder commented 8 years ago

NPMCDN can't find the version of the React JS file that is linked to in index.html.

I replaced the offending line with

<script src="https://npmcdn.com/react/dist/react.min.js"></script>

which downloads the latest version.

zpao commented 8 years ago

Must have been a hiccup or something with npmcdn as https://npmcdn.com/react@15.3.0/dist/react.js is loading fine. Glad you figured it out though!

half-adder commented 8 years ago

Cheers