react-webpack-rails-tutorial
react-webpack-rails-tutorial copied to clipboard
Added Stimulus example
Example uses Stimulus to interact with Action Cable comments channel
- Stimulus "comments_controller.js" listens to comments channel and updates comment list when a new comment is added
My own use case for seeing this working is that I'm looking to potentially transition an application that currently uses Stimulus/Turbo over to React and will need them to run side-by-side for awhile.
@ahangarha can you take a look at this one?
Closed in favor of #533