Sha256: 4158ac44052bdd3c7663b7195ce9cb8cc3245916abc9f4c2c714d0f4ee776144
Contents?: true
Size: 681 Bytes
Versions: 9
Compression:
Stored size: 681 Bytes
Contents
## Migrate From react-rails If you are using [react-rails](https://github.com/reactjs/react-rails) in your project, it is pretty simple to migrate to [react_on_rails](https://github.com/shakacode/react_on_rails). - Remove the 'react-rails' gem from your Gemfile. - Remove the generated lines for react-rails in your application.js file. ``` //= require react //= require react_ujs //= require components ``` - Follow our [getting started guide](https://www.shakacode.com/react-on-rails/docs/getting-started/). Note: If you have components from react-rails you want to use, then you will need to port them into react_on_rails which uses webpack instead of the asset pipeline.
Version data entries
9 entries across 9 versions & 1 rubygems