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

funsuk61's avatar

Alternative to Laravel livewire

I am totally backend developer and happy that in big projects there are professional frontend teams doing this stuff for me.

In private projects I usually use Laravel and blade with livewire to make my frontend a little bit interactive. But at all I don't want to setup a Laravel project for everything.

Now I am looking for alternatives that I could use for little single page applications.

I figured out the existence of a lot of frameworks already (vue.js, react, inertia.js), but I am not sure how I should combine this knowledge and what maybe would be duplicate to learn both of them.

What would you recommend to learn for a basic knowledge to be able to do simple single page applications?

0 likes
2 replies
Snapey's avatar

you enjoy coding in javascript?

jlrdw's avatar

I like fetch js. Also the creator of livewire has a decent video on laracasts where he shows using fetch js with a server fetched partial. Which is extremely easy to do.

Please or to participate in this conversation.