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
With Vue, fetching and rendering content happens client-side. This enables quickly getting started coding, and a simple server setup. But some implications are:
Slow and patchy loading on a slow device
Social media apps cannot build previews (with title, image, etc) when sharing
I have started porting the code to Nuxt, which is basically Vue but with server-side rendering. Work progresses in the nuxt branch
(We have CSR, but could switch to SSR)
The text was updated successfully, but these errors were encountered:
With Vue, fetching and rendering content happens client-side. This enables quickly getting started coding, and a simple server setup. But some implications are:
I have started porting the code to Nuxt, which is basically Vue but with server-side rendering. Work progresses in the
nuxt
branch(We have CSR, but could switch to SSR)
The text was updated successfully, but these errors were encountered: