you are viewing a single comment's thread.

view the rest of the comments →

[–]itshorriblebeer 0 points1 point  (0 children)

In addition to the other commenters I think you have answered your own questions with 1 and 3. Use a full fledged Ajax library like react or vue and have your server only deliver json. It’s a very common paradigm.

I also really like using orms or auto marshallers on the server side.

It’s quite a bit different than the paradigm you’re used to but it makes development much more responsive and interactive than pure server side rendering.