Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jeroenvanrensen's avatar

Inertia.js PWA

Hi, I want to build a PWA with a Laravel backend. Is it possible to use Inertia.js for this? I want to combine it with Svelte, and I have also looked at SvelteKit. But it seems very hard to implement things like middlewares, authorization and such with SvelteKit.

0 likes
1 reply
martinbean's avatar
Level 80

@jeroenvanrensen Well you wouldn’t be using things like middleware if you built an SPA. You should probably understand the architecture of an SPA before embarking on a build of one.

Please or to participate in this conversation.