Masahiro's tech note
PostsProjectsAbout
PostsProjectsAbout
Backback arrow icon
JavaScript
React

rails5系でwebpack + reactを導入する方法

下記の手順で行けました!

# gemfile
gem 'webpacker'

# terminal
$ bundle install

$ ./bin/rails webpacker:install
$ ./bin/rails webpacker:install:react

# application.html.haml
= javascript_pack_tag 'hello_react'

参考記事

https://learnetto.com/tutorials/how-to-use-react-with-the-webpacker-gem-and-rails-5-1

Featured
NextPage<Props>でhoge is missing in props validationが出る
2022/05/06
Next.js
React
Uncaught TypeError: Cannot assign to read only property &#8216;exports&#8217; of object &#8216;#<Object>&#8216;
2022/04/14
React
Ruby on Rails
jestで全てpassなのにexit status1が出る
2022/03/30
jest
React
React Testing Library

github
twitter
menta
mail
copyright © 2016-2023 Masahiro Okubo