Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, enhanced with renderless Vue 3 components. To leverage the SPA capabilities of Splade, you may use the component instead of the element. This prevents full page reloads and only fetches the new page.
All Splade components are default prefixed with splade, but you may configure it without a prefix, resulting in a more readable x-toggle component.
Here's a summary of all the cool things Splade can do: component to prevent full page reloads, giving you that SPA-feeling.