Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Adding base JSFiddle to README #35

wants to merge 1 commit into from

Conversation

vjeux
Copy link
Contributor

@vjeux vjeux commented Jun 1, 2013

No description provided.

@zpao
Copy link
Member

zpao commented Jun 1, 2013

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/)
Copy link
Contributor

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.

...

Copy link
Contributor Author

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

Copy link
Contributor

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 =]

@petehunt
Copy link
Contributor

petehunt commented Jun 1, 2013

fix that up and we'll merge

@vjeux
Copy link
Contributor Author

vjeux commented Jun 3, 2013

Look at #43 and #45 instead

@vjeux vjeux closed this Jun 3, 2013
bvaughn added a commit to bvaughn/react that referenced this pull request Aug 13, 2019
Eagerly inject renderer (before document) to support reload-and-profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants