Sha256: 5187f313464400f09335615a30cc142d92f51d09ffdf580bef8fcecbb7a71883

Contents?: true

Size: 1.48 KB

Versions: 18

Compression:

Stored size: 1.48 KB

Contents

## Upgrading to hyper-react from Reactrb

Follow these steps to upgrade:

1. Replace `reactrb` with `hyper-react` both in **Gemfile** and any `require`s in your code.
2. To include the React.js source, the suggested way is to add `require 'react/react-source'` before `require 'hyper-react'`. This will use the copy of React.js source from `react-rails` gem.

## Upgrading to Reactrb

The original gem `react.rb` was superceeded by `reactive-ruby`, which has had over 15,000 downloads.  This name has now been superceeded by `reactrb` (see #144 for detailed discussion on why.)

Going forward the name `reactrb` will be used consistently as the organization name, the gem name, the domain name, the twitter handle, etc.

The first initial version of `reactrb` is 0.8.x.

It is very unlikely that there will be any more releases of the `reactive-ruby` gem, so users should upgrade to `reactrb`.

There are no syntactic or semantic breaking changes between `reactrb` v 0.8.x and
previous versions, however the `reactrb` gem does *not* include the react-js source as previous versions did.  This allows you to pick the react js source compatible with other gems and react js components you may be using.

Follow these steps to upgrade:

1. Replace `reactive-ruby` with `reactrb` both in **Gemfile** and any `require`s in your code.
2. To include the React.js source, the suggested way is to add `require 'react/react-source'` before `require 'reactrb'`. This will use the copy of React.js source from `react-rails` gem.

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hyper-react-1.0.0.lap28 UPGRADING.md
hyper-react-1.0.0.lap27 UPGRADING.md
hyper-react-1.0.0.lap26 UPGRADING.md
hyper-react-1.0.0.lap25 UPGRADING.md
hyper-react-1.0.0.lap24 UPGRADING.md
hyper-react-1.0.0.lap23 UPGRADING.md
hyper-react-1.0.0.lap22 UPGRADING.md
hyper-react-1.0.0.lap21 UPGRADING.md
hyper-react-0.12.7 UPGRADING.md
hyper-react-0.12.6 UPGRADING.md
hyper-react-0.12.5 UPGRADING.md
hyper-react-0.12.4 UPGRADING.md
hyper-react-0.12.3 UPGRADING.md
hyper-react-0.12.2 UPGRADING.md
hyper-react-0.12.1 UPGRADING.md
hyper-react-0.12.0 UPGRADING.md
hyper-react-0.11.0 UPGRADING.md
hyper-react-0.10.0 UPGRADING.md