Skip to content

Commit 51628bb

Browse files
author
Tyler Brewer
committed
Add getting started guide
Added a link to the React Getting Started guide in the readme for developers checking out React for the first time.
1 parent 3f0af13 commit 51628bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ in your Ruby on Rails (3.2+) application. `react-rails` can:
1919
- [Generate components](#component-generator) with a Rails generator
2020
- [Be extended](#extending-react-rails) with custom renderers, transformers and view helpers
2121

22+
Just getting started with React? Make sure to check out the [Getting Started] (https://facebook.github.io/react/docs/getting-started.html) guide.
23+
2224
## Installation
2325

2426
Add `react-rails` to your gemfile:

0 commit comments

Comments
 (0)