Open paxcodes opened 3 years ago
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 ?
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 ?