Hacker News new | ask | show | jobs
by 3ds 971 days ago
Rails. It's all about developer comfort. ruby as a language is a delight to work with. Rails as a framework has all the features I need and then some more. Postgres as the database of course!
1 comments

What would you use for the FE?
Rails’ Hotwire most likely.

Turbo gives regular server rendered pages the snappiness of an SPA with zero dev effort.

The latest Hotwire allows easy replacement or lazy loading of any portion of a page.

All while preserving 10x developer efficiency. There’s simply no other stack with similar productivity.

(Not the original poster but came to this thread with “Rails” as the answer)

Hotwire is backend agnostic. Laravel has adopted it as a front end solution too.

.erb templates are just as good as they were a decade ago.