| id | title | layout |
|---|---|---|
install |
Install |
single |
Install using the reactrb-rails-generator gem, or add the reactrb gem, or load the js library
- add
gem 'reactrb-rails-generator'to your gem file (details) and use the generator, or - add
gem 'reactrb'to your gem file andgem install reactrbor <script src="https://rawgit.com/reactrb/reactrb-express/master/reactrb-express.js"></script>
For more info see Getting started with React.