Answer the question
In order to leave comments, you need to log in
VUE.js sap application development with the ability to load content directly into the page body?
I decided to try something new, choosing between angular, vue, react. Decided to stick with vue. But the essence of the question is different, is it possible to implement an application so that it can load the page body that the server gave, so as not to bother with search engines, while using it in compilerless mode. How can I implement the transfer of data from the server to the components in general, as I understand from the documentation, all data is usually transferred ajax, then if I have 20 components on the page, then each one collects data independently from the server if they are not in the shared storage? When implementing routing, js must know all the paths in advance so that it can issue the necessary pages, that is, if admins add cms and pages to me, then I will need to transfer all of them to the router on the first load, so that it doesn’t turn out to be
Answer the question
In order to leave comments, you need to log in
Maybe this is what you need: https://ssr.vuejs.org/en/
Example: https://github.com/vuejs/vue-hackernews-2.0
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question