Send JS on quarantine: Intro to Hotwire
Denys Medynskyi
In recent Ruby on Rails 🛤 framework was losing Single Page Applications game 🎲 . However, with birth of Turbo ⚙️ Rubysts can now deliver single page applications without a need to write JavaScript 🛑.
Also, with help of viewcomponents gem 💎 we can write testable components which are inspired by React components. And in case you really really need some JS interactivity sprinkle this beautiful dish with Stimulus.js.
I will share lessons learned after few months work with all these technologies.