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

Commit 0d02333

Browse files
committed
Improve roadmap
1 parent 3b63649 commit 0d02333

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install the gem, or load the js library
2323
+ `gem install reactive-ruby` or
2424
+ install (or load via cdn) [inline-reactive-ruby.js](https://github.com/reactive-ruby/inline-reactive-ruby)
2525

26-
For gem installation its highly recommended to read [the getting started section at reactrb.org](http://reactrb.org/docs/getting-started.html)
26+
For gem installation it is highly recommended to read [the getting started section at reactrb.org](http://reactrb.org/docs/getting-started.html)
2727

2828
## Quick Overview
2929

@@ -50,7 +50,7 @@ React.rb integrates well with Rails, Sinatra, and simple static sites, and can b
5050
+ *Ruby Goodness:* Use all the features of Ruby to create reusable, maintainable UI code
5151
+ *React Simplicity:* Nothing is taken away from the React.js model
5252
+ *Enhanced Features:* Enhanced parameter and state management and other new features
53-
+ *Plays well with Others:* Works with other frameworks, existing React.js components, Rails, Sinatra or in static web pages
53+
+ *Plays well with Others:* Works with other frameworks, React.js components, Rails, Sinatra and static web pages
5454

5555
# Problems, Questions, Issues
5656

@@ -63,13 +63,13 @@ React.rb integrates well with Rails, Sinatra, and simple static sites, and can b
6363

6464
The original react.rb gem is still available as the [0-3-stable branch.](https://github.com/zetachang/react.rb/tree/0-3-stable)
6565

66-
Many new features, bug fixes, and improvements are incoporated in the reactive-ruby.gem built currently on the [0-7-stable branch.](https://github.com/zetachang/react.rb/tree/0-7-stable)
66+
Many new features, bug fixes, and improvements are incoporated in the reactive-ruby.gem currently built on the [0-7-stable branch.](https://github.com/zetachang/react.rb/tree/0-7-stable) In addtion more extensive documentation for the current stable branch is available at [reactrb.org](http://reactrb.org), and the [Opal Ruby Playground](http://fkchang.github.io/opal-playground/?code:&html_code=%3Cdiv%20id%3D%22container%22%3E%3C%2Fdiv%3E%0A&css_code=body%20%7B%0A%20%20background%3A%20%23eeeeee%3B%0A%7D%0A) incorporates the current stable branch.
6767

68-
Our plan is to do one more upgrade on the reactive-ruby gem which will be designated version 0.8.0.
68+
Our plan is to do one more upgrade on the reactive-ruby gem which will be designated version 0.8.0 (click for detailed feature list)[https://github.com/zetachang/react.rb/milestones/0.8.x]
6969

70-
From 0.9.0 and beyond we will return to using the react.rb gem for releases, and reactive-ruby will be a meta gem that depends only on react.rb >= 0.9.x.
70+
From 0.9.0 and beyond we will return to using the `react.rb` gem for releases, and `reactive-ruby` will be a meta gem that depends only on react.rb >= 0.9.x.
7171

72-
Version 0.9.0 of react.rb will **not** be 100% backward compatible with 0.3.0 so its very important to begin your upgrade process now by upgrading to 0.7.0.
72+
Versions >= 0.7.0 of `react.rb` **are not** 100% backward compatible with 0.3.0 so its very important to begin your upgrade process now by switching to 0.7.0.
7373

7474
Please let us know either at [Gitter.im](https://gitter.im/zetachang/react.rb) or [via an issue](https://github.com/zetachang/react.rb/issues) if you have specific concerns with the upgrade from 0.3.0 to 0.9.0.
7575

0 commit comments

Comments
 (0)