Routing and Server Round Trips

A key benefit of Vue etc is the fact that moving from page to page happens within the browser. With a Laravel app, the user sees the page refresh, even for static portions of the page even when segmented with @content/@yield (like the menu, sidebar etc.)

Is this achievable with Livewire? Does it involve making a portion of the screen a Livewire component? Or is this is not a user experience Livewire can provide?


TL:DR: Turbolinks.