From 8695e5a12856b3f8176cdecdf652305ee4c84fec Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 29 Jun 2018 17:16:27 +0100 Subject: [PATCH] Link to homepage more prominently from Getting Started --- content/docs/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index e500ed8f..0d147b7f 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -59,6 +59,10 @@ People come to React from different backgrounds and with different learning styl Like any unfamiliar technology, React does have a learning curve. With practice and some patience, you *will* get the hang of it. +### First Examples + +The [React homepage](/) contains a few small React examples with a live editor. Even if you don't know anything about React yet, try changing their code and see how it affects the result. + ### JavaScript Resources The React documentation assumes some familiarity with programming in the JavaScript language. You don't have to be an expert, but it's harder to learn both React and JavaScript at the same time.