-
Notifications
You must be signed in to change notification settings - Fork 373
Expand file tree
/
Copy pathindex.html.erb
More file actions
15 lines (14 loc) · 871 Bytes
/
index.html.erb
File metadata and controls
15 lines (14 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h2>
<%= link_to "Open Source example",
"https://github.com/shakacode/react-webpack-rails-tutorial/" %> of using the <%= link_to "React on Rails gem", "https://github.com/shakacode/react_on_rails" %>
and the <%= link_to "Shakapacker gem", "https://github.com/shakacode/shakapacker" %>
</h2>
<h3>Using <%= link_to "Ruby on Rails", "http://rubyonrails.org/" %> with
<%= link_to "Action Cable", "http://guides.rubyonrails.org/action_cable_overview.html" %> +
<%= link_to "React", "http://facebook.github.io/react/" %> (Server rendering) +
<%= link_to "Redux", "https://github.com/reactjs/redux" %> +
<%= link_to "React Router", "https://github.com/reactjs/react-router" %>
</h3>
<%= render "header" %>
<!--Note, pre-rendering set in /config/initializers/react_on_rails.rb -->
<%= react_component('RouterApp', id: "RouterApp-react-component-0") %>