Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 6746d34

Browse files
authored
Update README.md
1 parent 6cddda0 commit 6746d34

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

README.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -30,39 +30,7 @@
3030

3131
## Hyper-React GEM is part of Hyperloop GEMS family
3232

33-
Build interactive Web applications quickly. Hyperloop encourages rapid development with clean, pragmatic design. With developer productivity as our highest goal, Hyperloop takes care of much of the hassle of Web development, so you can focus on innovation and delivering end-user value.
34-
35-
One language. One model. One set of tests. The same business logic and domain models running on the clients and the server. Hyperloop is fully integrated with Rails and also gives you unfettered access to the complete universe of JavaScript libraries (including React) from within your Ruby code. Hyperloop lets you build beautiful interactive user interfaces in Ruby.
36-
37-
Everything has a place in our architecture. Components deliver interactive user experiences, Operations encapsulate business logic, Models magically synchronize data between clients and servers, Policies govern authorization and Stores hold local state.
38-
39-
**Hyper-react** is an [Opal Ruby](http://opalrb.org) wrapper of [React.js library](https://facebook.github.io/react).
40-
41-
**Hyper-react** brings Components modules uesed in the Hyperloop interface.
42-
43-
## Getting Started
44-
45-
1. Update your Gemfile:
46-
47-
```ruby
48-
#Gemfile
49-
50-
gem 'hyperloop'
51-
```
52-
53-
2. At the command prompt, update your bundle :
54-
55-
$ bundle update
56-
57-
3. Run the hyperloop install generator:
58-
59-
$ rails g hyperloop:install
60-
61-
4. Follow the guidelines to start developing your application. You may find
62-
the following resources handy:
63-
* [Getting Started with Hyperloop](http://ruby-hyperloop.io/start)
64-
* [Hyperloop Guides](http://ruby-hyperloop.io/docs/architecture)
65-
* [Hyperloop Tutorial](http://ruby-hyperloop.io/tutorials)
33+
Hyper-react GEM comes with the Hyperloop GEM. But if you want to install it separately, please install the [Hyper-component GEM}(https://github.com/ruby-hyperloop/hyper-component).
6634

6735
## Community
6836

0 commit comments

Comments
 (0)