SPA in Livewire?

Is it possible to load a component dynamically? As in make a simple navigation that would load each component on selection. Something like Vue Routing

The endgoal is not to reload the page

Hey, @Alexandru

Use Turbolinks

And if you are using livewire v2 use this with it

<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
2 Likes