From be55e99d3dfcb96f7ccd6c300b908886e11de68b Mon Sep 17 00:00:00 2001 From: Willian van der Velde Date: Mon, 24 Oct 2016 22:06:47 +0200 Subject: [PATCH] Reactrb is now part of Ruby Hyperloop > Reactrb is now a part of Ruby Hyperloop http://ruby-hyperloop.io/reactrb/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e365dd64..2dfa052e8 100644 --- a/README.md +++ b/README.md @@ -381,7 +381,7 @@ Any subclass of `ExecJSRenderer` may use those hooks (for example, `SprocketsRen ### Related Projects - [react\_on\_rails Gem](https://github.com/shakacode/react_on_rails): Webpack Integration of React with Rails utilizing the modern JavaScript tooling and libraries, including Webpack, Babel, React, Redux, React-Router. You can an example of this live at [www.reactrails.com](http://www.reactrails.com). -- [React.rb](http://reactrb.org/): Use Ruby to build reactive user interfaces with React under the covers.[github source code here](https://github.com/zetachang/react.rb). +- [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.