RE: How I Joined the Quasar Framework Team (and why you should too)

You are viewing a single comment's thread from:

How I Joined the Quasar Framework Team (and why you should too)

in quasarframework •  7 years ago 

Welcome. I'll check out Quasar for my next project, it sounds powerful. I usually only build SSR pages with nuxt. How does it compare in this case?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Hi @cmichel ! Well, with the release of 0.17 we now have a complete SSR server included - and my tip is to use SSR with PWA. Using our dev server you get the hot-reloading webpack server for the front end and node-service at the backend. If you want to get a taste for it, check out the starterkit I am working on at the moment right here: https://github.com/nothingismagick/quasar-starter-ssr-pwa-jest-cypress

The instructions are all in the readme - but next week I will be making a posting all about it. :)

PS. We just updated it to provide a fully rigged (just add credentials) GraphQL-yoga server with prisma.