Hacker News new | ask | show | jobs
by sagolikasoppor 531 days ago
I have always looked at Rails with love, but since I mainly build heavy client side SPA apps behind a login it has never been a good choice for me.
2 comments

I've done both. One of the really fun things with Rails 8 is getting PWAs out of the box and using Hotwire for Native apps with not much more work.

It wont cover every use case but for what I do it's amazing.

https://hotwire.io/

Laravel with Inertia.js seems like a really great solution to get 95% of the productivity of a MPA and 95% of the benefits of a SPA.