#New Vue.js Starter Kit does not support SSR??

16 messages · Page 1 of 1 (latest)

dreamy basin
#

Quick quesiton: the new Vue.js starter kit does not support SSR out-of-the-box, as far as I can see.

Is there a reason for that?

austere forge
dreamy basin
#

Damn...

#

Can we still add SSR as described in the Inertia docs? Or do you see any complications?

austere forge
#

That should work just fine. You'd probably need to update a thing or two tho, make components fully SSR compatible etc

fathom sonnet
#

I mean what would be the advantage to have SSR on a laravel/intertia stack?

austere forge
#

Rich embeds, UX, SEO, there's more reasons to opt for SSR

fathom sonnet
#

So it behaves just like nextjs, got it.

austere forge
# fathom sonnet So it behaves just like nextjs, got it.

Well no, SSR in Next is rather different, as that would then perform every navigation in a SSR-way. Inertia's SSR is more of a hybrid; the initial visit is rendered with SSR, then navigations happen with XHR (the same as without SSR)

dreamy basin
pallid sail
#

I am facing the same problem, how is the ssr work in L12 vuejs

#

stuck on artisan inertia:start-ssr

austere forge