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

Nyxar's avatar
Level 1

PWA in laravel + react and SSR with inertia js

I'm trying to make a PWA in Laravel I saw some tutorials online that teach that but most of the time they were using .blade.php for the view, what if I'm using a js framework in the front-end like Laravel?

0 likes
1 reply
Musimana's avatar

It's certainly possible to create a PWA with React, Inertia & Laravel. If you can't find a RILT PWA tutorial, then one that covers React should work as it's the client-side code that's key to PWA classification. Any updates to the Laravel server-side code will be the same as are covered in the tutorials you mention.

If there are particular aspects of the PWA classification you're struggling to implement then I would try searching for tutorials/examples of those particular aspects.

Please or to participate in this conversation.