You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I quess a fundamental question is whether we are doing SSR at all? What are the pros and cons apart from the obvious lack of support for javascript-disabled browsers if we don't?
Before I setup a dev environment, what are people's initial thoughts whether to use Nuxt (Vue.js framework) or Vanilla Vue.js?
Here's my own:
Vue.js SSR: complete flexibility; slower development since we’d have to deal with boilerplate and SSR quirks ourselves
Nuxt.js: Faster time to a minimum viable product but we lose some flexibility which we may or may not need. This is still not compatible with Vue 3.
I don't mind sticking with Vue 2 and I like the idea of quicker iterations with Nuxt.js. But what do you think @jackdouglas ?
The text was updated successfully, but these errors were encountered: