I would like to encounter a performce issue here when you call "window.livewire.emit('delete,event.detail.id)" from javascript, instead of sending one request to the server, it sends a series of requests based on the number of records in a table.
YR
Yeasin Rahman Siam
✓ Link copied!
That's the limitations of livewire unlike react or vue
RB
Rateb Barakat
✓ Link copied!
but you can use policies and gates to authorize and rate limiting there is no security alert if you do
I would like to encounter a performce issue here when you call "window.livewire.emit('delete,event.detail.id)" from javascript, instead of sending one request to the server, it sends a series of requests based on the number of records in a table.
That's the limitations of livewire unlike react or vue
but you can use policies and gates to authorize and rate limiting there is no security alert if you do