Reactive Rails
TLDR; Get 90% of the responsiveness of a full javascript single-page app with some minimal custom code, and strong integration inside your Rails app.
- Stimulus Reflex
- View Component
- View Component Reflex lets you write reflexes right in your view component.
Blog write-up example of what ViewComponent + Stimulus (+ Tailwind) looks like, there’s a whole trio about 3/4 of the way down with the template, view component, and stimulus controller all side by side.