goodanthony / rails_react_example

An example application to work out the kinks with react rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is an example application to explore using react-rails.

It uses the React Rails gem to add react to the Rails asset pipeline and provide some convenience methods.

The approach in this sample app is to use Rails server-side routing while leveraging React on individual pages within the application.

To get up and running, clone this repo, bundle, and rake as normal.

  • Ruby 2.2.3
  • Rails 4.2.4

Testing

bundle exec rspec

About

An example application to work out the kinks with react rails


Languages

Language:Ruby 67.4%Language:HTML 18.0%Language:JavaScript 13.2%Language:CSS 1.4%