News

Inertia vs Livewire

Published
Inertia vs Livewire image

Should you use Laravel Livewire or Inertia? The question comes up often, and it's easy to confuse one over the other. Especially with Livewire now being hosted at livewire.laravel.com. So to help make it clear the differences between the two, Taylor outlined everything in this tweet:

It's come up a few times lately so I want to clarify something regarding Livewire "vs." Inertia - and a few things about Inertia in general.

Comparing Livewire to Inertia doesn't make sense. You should compare Livewire to Vue or React.

Why? Inertia isn't a frontend framework. It is a JSON protocol specification (https://inertiajs.com/the-protocol) that allows backends (not just Laravel!) to communicate to a React / Vue / Svelte frontend what page to load and with what data.

The various Inertia backend and frontend libraries essentially just provide helpers for working with that protocol.

When viewed with that understanding, Inertia is "complete software".

At heart, it is a wire protocol specification to allow you to build Laravel + React / Vue / Svelte apps monolithically - and it does that well. It is 100% complete in that regard. It solves the problem it set out to solve.

That means it is stable. You should not expect it to get loads of new features. Why? You are using Inertia in order to use Vue or React as your frontend framework.

Remember, Inertia is primarily a wire protocol. Instead, you should be keeping up with what new features Vue or React are getting.

Thank you. 😅

To sum it up. If you want to use Vue, React, or some other JavaScript framework, use Inertia if you don't consider Livewire.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article