> Several framework specific solutions have come to existence to give server-side templating more client side power, in particular:
> Ruby/Rails => TurboLinks/Hotwire
Hotwire is not framework specific. E.g. hotwired/turbo is just a JS library that allows for progressive enhancement in basically any web application that renders HTML.
I use it in Go and I love it!
> Ruby/Rails => TurboLinks/Hotwire
Hotwire is not framework specific. E.g. hotwired/turbo is just a JS library that allows for progressive enhancement in basically any web application that renders HTML. I use it in Go and I love it!