React On Rails Tutorial Series, Part 2, Basic Tutorial Walkthrough

preview_player
Показать описание
Note: v8 has slight changes due to Webpacker Support.

React on Rails is the number one open source integration of React + Webpack + Ruby on Rails.

Рекомендации по теме
Комментарии
Автор

The video is very helpful to understand the tutorial app. Will you update it for Rails 5.1 with webpack, or is there very little difference?

vo_o
Автор

What exactly is the "foreman start -f Procfile.dev" command doing for us at 1:27? When starting my rails server as usual with "rails s" I get an error on the hello_world page. With the foreman command everything works perfectly.

P.S. For those without foreman run "gem install foreman"

ivankelber