Hacker News new | ask | show | jobs
by moxplod 1236 days ago
Similar to what I use.

I use .net mvc with a razor-templating engine. With pjax.

It makes it super easy for me to maintain all my UX in server-rendered HTML templates. I get a clean SPA with super high development efficiency with MINIMAL javascript.