-
-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the issue has not already been raised
Issue
I have been investigating server-side rendering with vue, starting with https://vuejs.org/guide/scaling-up/ssr.html. This explicitly mentions vike, which seems (at least from what i could understand) similar to @fastify/vue in that it can also integrate fastify for server side rendering.
Could someone help me understand the differences between the two projects?
To give some context: I'm currently running a medium sized nuxt project which needs migration from nuxt2 to nuxt3 and this looks like a lot of work so I'm considering switching frameworks.
Edit: Just stumbled upon https://vuejsdevelopers.com/2021/03/23/nuxt-vite-fastify/ which contains a lot of useful information regarding nuxt but still I'd love to know more about vike vs @fastify/vue :)