diff --git a/docs/getting-started.md b/docs/getting-started.md index f2057e30..5b732c03 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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.
@@ -12,8 +22,6 @@ Download the starter kit to get started.
-## Hello, world! - In the root directory of the starter kit, create a `helloworld.html` with the following contents. ```html