diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index 9ccf90d0..4654c93d 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -63,6 +63,10 @@ Like any unfamiliar technology, React does have a learning curve. With practice 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. +### React for Beginners + +If you feel that the React documentation goes at a faster pace than you're comfortable with, check out [this overview of React by Tania Rascia](https://www.taniarascia.com/getting-started-with-react/). It introduces the most important React concepts in a detailed, beginner-friendly way. Once you're done, give the documentation another try! + ### React for Designers If you're coming from a design background, [these resources](http://reactfordesigners.com/) are a great place to get started.