#SSR with svelte?

1 messages · Page 1 of 1 (latest)

still shuttle
#

Hey guys, i would like to know if its possible to run inertiajs in SSR mode. I dislike the SPA concept. What would be amazing is to have the ability to run svelte components in blade. or at least generate a page with laravel and the content body of that page could be a svelte component. Is there any way to achieve something like this?

idle fern
#

I guess you could just only have a SSR file and not a app.js, that way it would only generate html. But that seems really counter intuitive for Inertia