DEV Community

Discussion on: I created the same application with Rails and no Javascript

Collapse
 
robole profile image
Rob OLeary

Interesting! How well do you think this approach would scale?

Collapse
 
mario_chavez profile image
Mario Alberto Chávez

First, a better code organization for batching operations is required, the way I show it can become a burden very quickly.

ActionCable should work very well to broadcasts UI changes, but for bigger applications maybe AnyCable is a better option.

After the changes to remove the Javascript and use CableReady the app integration tests continue working without changes.