Oct 7, 2025 5 min
From Stimulus to another framework in a Ruby on Rails App
What if a Ruby on Rails application built using Stimulus.js needs to have more complex interactions, as well as a degree of compartmentalization and reusability for specific behaviors and displays?
Feb 27, 2025 11 min
Code Splitting a React SPA in Rails
Most Single Page Applications (SPA) that we create using the React.js library start simple, but, over time, they tend to increase in complexity, as we add more and more components with different…