forked from shakacode/react-webpack-rails-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.erb
14 lines (13 loc) · 780 Bytes
/
index.html.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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" %>
</h2>
<h3>Using <%= link_to "Ruby on Rails", "http://rubyonrails.org/" %> with
<%= 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" %> +
<%= link_to "react-router-redux" , "https://github.com/reactjs/react-router-redux" %>
</h3>
<%= render "header" %>
<!--Note, pre-rendering set in /config/initializers/react_on_rails.rb -->
<%= react_component('RouterApp', id: "RouterApp-react-component-0") %>