LoginSignup
0
1

More than 1 year has passed since last update.

RailsアプリにReactを導入[webpacker]

Last updated at Posted at 2021-08-23

Webpackerを使ってRailsアプリにReactを導入します

Rails new を実行時に導入

% rails new app --webpack=react

既存のアプリに導入

%rails webpacker:install:react

必要なパッケージやapp/javascript/packs/hello_react.jsxが生成されます!

0
1
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
0
1