Level 7
I solved it by dispatching saved event at the end of livewire save method, and in blade, I have a alpine component that receives those events and has a counter that says saved successfully if receives X amounts of events.
Summer Sale! All accounts are 50% off this week.
I have a button outside of livewire component that triggers save method on some livewire components via events, but for disabling button until requests finish, or for saved successfully notification after request completes, I don't know how to handle that from outside of that component.
Please or to participate in this conversation.