▲ | elktown 4 days ago | |||||||
> Developer experience - Yes, in most cases. I think if people remembered how productive you could be before the SPA frontend/backend split they'd reconsider. Being able to take a feature from A to Z without either context-switching between ecosystems or, even worse, involving other people, was incredibly productive and satisfying. Not to mention a much more streamlined dev env without a bloated js ecosystem of bundlers/compilers and whatnot. | ||||||||
▲ | christophilus 4 days ago | parent [-] | |||||||
I write an SPA for my day job. I write Postgres queries myself. I create endpoints and background workers and cron jobs myself, and I build out the UI myself. It’s all typescript with static types end-to-end. It’s a fantastic developer experience. Much, much better than I ever had in Rails or ASP.NET. Also, I love components for UI as opposed to templates. And I don’t think I could ever really go back to the way I did things in my MPA days. | ||||||||
|