Sha256: 1d2e0782ecbde43a907e3158288fdb92e3fa159fb465f7522433193eefe98848
Contents?: true
Size: 676 Bytes
Versions: 147
Compression:
Stored size: 676 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://github.com/shakacode/react_on_rails#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
147 entries across 147 versions & 1 rubygems