Possibility to enable wire: navigate across the panel.
Hey, so with livewire 3 , we can add
wire:navigate
to links to turn our application into an SPA,
Is it possible to implement this in Filament to enable this across the panel ?
If already possible, how to enable this.
Thanks1 Reply
Follow this PR https://github.com/filamentphp/filament/pull/7197
GitHub
Re-introduce wire:navigate (SPA mode) by danharrin · Pull Request #...
Anyone who wants to see SPA mode in Filament should test this PR. Currently, the wire:navigate feature is not stable enough to use. Let's track any issues here to ensure they are fixed before w...