In the first part of this 2-part tutorial, learn how to build a chat app with Rails 5.1 and ActionCable. We'll use devise and Github omniauth for user authentication.
This video was part of the The Complete React on Rails 5 Course.
A new version of the course is now available
git clone https://github.com/learnetto/reactchat.git cd reactchat git checkout crud
This lesson was part of the The Complete React on Rails 5 Course.