A
A
Artur Karapetyan2019-04-15 10:53:27
Vue.js
Artur Karapetyan, 2019-04-15 10:53:27

Why is ssr not always used?

Hello, I recently discovered Nuxt.js, and now I don’t quite understand why use regular vue (no matter how strange it sounds) without nuxt? After all, ssr gives undoubted advantages. When should you use nuxt and when should you use vanilla vue?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Kitaev, 2019-04-15
@architawr

SSR is such a crutch for SEO. Yes, fast first boot, blah blah blah, but this is a negligible speedup. The only reason is SEO.
Everyone doesn't need SSR because everyone doesn't need SEO. SSR also loads the server well. Why do it? Instead, it is better to evenly load thousands of client browsers than to buy more servers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question