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.