Answer the question
In order to leave comments, you need to log in
How does SSR work in vue.js?
I don't really understand how SSR works in vue.js. Do I understand correctly that absolutely the entire rendering takes place on the server side, or only during the initial loading of the application? If everything is on the server side, then who handles, say, clicks on elements and other purely browser-based logic?
Answer the question
In order to leave comments, you need to log in
Only on first boot. This is necessary in most cases for indexing by search engines.
More details here - https://ssr.vuejs.org/ru/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question