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
It always use fallback ssr('atd/js/app-server.js')->context(['data' => $data])->fallback('<div id="app"></div>')->render() with app-client.js and I don’t have SSR…
Is it real to do code-splitting with SSR?
The text was updated successfully, but these errors were encountered:
I have an app with Vue+Vuex+Vue-router and Laravel+spatie/laravel-server-side-rendering.
It works well with SSR and it renders well to:
But if I try to do it with lazy-load with the same code only routes changed for code-splitting:
It always use fallback
ssr('atd/js/app-server.js')->context(['data' => $data])->fallback('<div id="app"></div>')->render()
with app-client.js and I don’t have SSR…Is it real to do code-splitting with SSR?
The text was updated successfully, but these errors were encountered: