Client-Side Modals
Is is possible to use notifications and actions entirely on the client side with JavaScript? I have some data that I don't need on the server and that I'd rather not send over the net, but I'd like to do stuff with it with Filament components.
Solution
No, Filament is based on Livewire and livewire is based on sending back and forth. you'd need custom JS/blade views for that.