Hacker News new | ask | show | jobs
by andrewfromx 1253 days ago
checkout how rails does best of both worlds with something called "turbo" https://www.hotrails.dev/turbo-rails/crud-controller-ruby-on...
1 comments

Turbo is just a JS library, not tied to rails. I use it with golang and I love it! It offers a nice tradeoff between heavy custom HTML attributes and too much 'convention over configuration'. Also pairs nicely with alpine.js
Seconded! I use Turbo with Haskell and Rust web apps. SSR with Turbo is the sweet spot for me.