From 3ba07e735ed26413e826ddcd881bc41c9f1e6fc0 Mon Sep 17 00:00:00 2001 From: Hrishi Mittal Date: Wed, 1 Feb 2017 19:27:27 +0000 Subject: [PATCH] Add link to free React on Rails course in README Add a link to the free React on Rails course (https://learnetto.com/users/hrishio/courses/the-free-react-on-rails-5-course) to the Related Projects section in the README, as per email discussion with @rmosolgo. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e15a10df..2159a005 100644 --- a/README.md +++ b/README.md @@ -390,6 +390,7 @@ Any subclass of `ExecJSRenderer` may use those hooks (for example, `SprocketsRen - [Ruby Hyperloop](http://ruby-hyperloop.io/): Use Ruby to build reactive user interfaces with React. - [react-rails-hot-loader](https://github.com/rmosolgo/react-rails-hot-loader) is a simple live-reloader for `react-rails`. - [react-rails-benchmark_renderer](https://github.com/pboling/react-rails-benchmark_renderer) adds performance instrumentation to server rendering. +- [The Free React on Rails Course](https://learnetto.com/users/hrishio/courses/the-free-react-on-rails-5-course) A free video course which teaches the basics of React and how to get started using it in Rails with `react-rails`. ## Development