Quasar v1.0 beta1 in a few days
-
@s-molinari
@pinalbhatt is talking about SPA pre-rendering. Nuxt supports both SSR and pre-rendering. Quasar (currently) only supports SSR
https://nuxtjs.org/guide/#static-generated-pre-rendering- -
@DevinH - Thanks for the explanation. If that is what @pinalbhatt is looking for, then he’ll have to stick with Nuxt. Quasar won’t be heading in that direction. It’s just too advanced to go there. I personally also don’t see any value in doing prerendered sites with Vue and Quasar behind the application either. It’s like using a Quantum computer to figure out how to add 2 + 2. If you want the advantages of SEO and better load times, that is what you get with SSR.
Scott
-
@DevinH @s-molinari. You can get the benefits of SEO by using a service like https://prerender.io/ and making sure to include your meta tags in your view somewhere.
-
Sure. I’m not advocating that Quasar support pre-rendering, I rarely build apps that are simple enough to be pre-rendered. I just noticed the confusion and wanted to clear that up.
With that being said, There is integration with Nuxt on the quasar roadmap for v1.0
“Alternative to Quasar SSR: Nuxt module (for ability to use Quasar + Nuxt)”
I kind of assumed that’s what it was for (to leverage Nuxt pre-rendering in your Quasar app), because I don’t know of any other advantage of introducing that integration… -
yes @devinh i was referring to that mentioning in roadmap.
-
Fantastic! can’t wait.
-
Nice.
@s-molinari Will V1 contain also support for typescript and unit testing? -
@paul seems like it
-
@paul - There is a testing harness ready for 1.0. I’m not certain about full Typescript support.
Scott
-
Amazing!
-
@s-molinari thanks scott. Can’t wait trying out things.
-
Is the new quasar using any features of the new vuejs 3?
-
@leocrawf i don’t think vuejs 3 have been released
-
vuejs 3 is not released yet, but quasar supports latest vue v2.6.2
-
We want it now!
We want it now!
We want it now!
(plus will it have a default dark theme? Please say “yes” ) -
I can’t wait
-
FYI, with the release of Vue 2.6 (now up to 2.6.2) the code had to be reworked with breaking changes (their release should have been Vue 3.0.0-beta-1). It’s taken a couple of days to be Vue 2.6 compliant, and even then, if the Vue guys make more fixes, we may also have to as we’re downstream.
-
Thanks for the update!
-
I just checked out the new docs building from the repository and it’s awesome!
-
Hi team;
Is there a place we can review the list of new components and features before we get to Beta?
Thanks!