1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

react-railsで最新Reactバージョンにする

1
Last updated at Posted at 2017-09-25

デフォルトの設定だとReactのバージョンが全然最新じゃない。
https://github.com/reactjs/react-rails/blob/master/VERSIONS.md

  1. 下記からreactとreact-domのファイルをダウンロード(npmで生成しても良い)
  1. app/assets/javascriptsに上記のファイルを置く
  2. application.jsを書き換える
//= require ./react
//= require ./react-dom
//= require react_ujs

以上です。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?