6 ms·
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 t
by moxplod 4y 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.