Hacker News new | ask | show | jobs
by it_citizen 971 days ago
What would you use for the FE?
2 comments

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.