Hotwire: Supercharged Rails forms with Turbo
Rails 7 featured the new addition of Hotwire which is a bundle of frontend tools that allow us to build modern and fast web applications without writing any JavaScript(most of the times). The idea of Hotwire is to send HTML “over the wire” instead of JSON, this means that the server will deliver directly the HTML that should be rendered, reducing the overhead.