Hacker News new | ask | show | jobs
by pbedat 1259 days ago
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
1 comments

Seconded! I use Turbo with Haskell and Rust web apps. SSR with Turbo is the sweet spot for me.