mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-27 03:08:06 +00:00
Add JSFiddle to the getting started section
This commit is contained in:
@@ -4,6 +4,16 @@ title: Getting Started
|
||||
layout: docs
|
||||
next: tutorial.html
|
||||
---
|
||||
|
||||
## JSFiddle
|
||||
|
||||
The easiest way to start hacking on React is using the following JSFiddle Hello Worlds
|
||||
|
||||
* **[React JSFiddle](http://jsfiddle.net/vjeux/kb3gN/)**
|
||||
* [React JSFiddle without JSX](http://jsfiddle.net/vjeux/VkebS/)
|
||||
|
||||
## Starter Kit
|
||||
|
||||
Download the starter kit to get started.
|
||||
|
||||
<div class="buttons-unit downloads">
|
||||
@@ -12,8 +22,6 @@ Download the starter kit to get started.
|
||||
</a>
|
||||
</div>
|
||||
|
||||
## Hello, world!
|
||||
|
||||
In the root directory of the starter kit, create a `helloworld.html` with the following contents.
|
||||
|
||||
```html
|
||||
|
||||
Reference in New Issue
Block a user