-
Notifications
You must be signed in to change notification settings - Fork 47.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding base JSFiddle to README #35
Conversation
Good enough for me for now. |
@@ -49,6 +49,8 @@ If you'd like to use [bower](http://bower.io), it's as easy as: | |||
bower install --save react | |||
``` | |||
|
|||
You can play around using this [base JSFiddle](http://jsfiddle.net/vjeux/25Rhk/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit:
You can also play around using this base JSFiddle.
Ever so slightly like this wording more =P...
It might also be good to put this right after the "fastest way to get started" section:
Installation
The fastest way to get started is to serve JavaScript from the CDN:
<!-- The core React library -->
<script src="http://fb.me/react-0.3.0.min.js"></script>
<!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
<script src="http://fb.me/JSXTransformer-0.3.0.js"></script>
Or you can play around using this base JSFiddle.
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It starts getting messy, what about:
Installation
- The fastest way to get started is to serve JavaScript from the CDN:
<!-- The core React library -->
<script src="http://fb.me/react-0.3.0.min.js"></script>
<!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
<script src="http://fb.me/JSXTransformer-0.3.0.js"></script>
- You can play around using this base JSFiddle.
- We've built a starter kit 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, it's as easy as:
bower install --save react
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either way's fine with me =]
fix that up and we'll merge |
Eagerly inject renderer (before document) to support reload-and-profile
No description provided.