Guide on reactivity?
Why do I have it impossible to make a custom livewire component for reactivity?
For example, I have a backend job that processes employees salary calculation. I need somewhat feedback on the panel side to show progress.
This is achieved by having a header action button that says "Calculate payroll" followed by "Confirm" button, then popping up a modal to show progress.
This will involve broadcasting (Ably, in my case) so it will have realtime feedback on the background job so AlpineJS is needed to listen to events.
But with these stack, I really am lost to how it will be sewed together.
Always thankful for this community. Let me know if you have 2 cents for this.
0 Replies