much sense does it to have views / pages that do not use the razor syntax and instead just load plain html and JavaScript?
This JavaScript would then make all necessary server requests on load, mimicking a more traditional application where it is the application that requests the content to the server.
It's very common nowadays to separate the frontend from the backend. But you should probably develop the backend to be and api only. I recommend serving the client side resources separately with nginx or apache.
Обсуждают сегодня