A
A
Alexander2017-07-18 20:39:40
Vue.js
Alexander, 2017-07-18 20:39:40

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

1 answer(s)
Y
yurygolikov, 2017-07-18
@LordGuard

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 question

Ask a Question

731 491 924 answers to any question