I'm struggling to get a SSR working on Vapor in a Jetstream Inertia build which uses Vite as the build tool.
There was a great approach for this using the Sidecar package, but the sidecar-inertia package (https://github.com/hammerstonedev/sidecar-inertia) only supports Webpack and the maintainer hasn't responded to any of the issues or pull requests regarding using Vite.
Where Vite is the new default build tool for new Laravel packages, I'm sure this is going to start coming up more and more. Was wondering if anyone has found a workable solution.
@Sinnbeck I tried this package as well, but it has some issues running locally. The developer was very kind and said they were looking into some solutions, so I'll definitely keep an eye on it.
@theoutfit yeah completely understand. Sadly it seems noone is doing anything else currently. And I think Aaron is busy with his sql course and won't do package work for a while
It's kind of an interesting gap in the ecosystem. With SPAs being all the rage these days (for better or worse) SSR is just going to become more and more of a requirement.