Polling
<div wire:poll>
Current time: #now()#
</div><div wire:poll.5000ms>
Current time: #now()#
</div>Invoking Method
<div wire:poll="checkIfCoffeeIsReady">
Current time: #now()#
</div>Last updated
Was this helpful?
<div wire:poll>
Current time: #now()#
</div><div wire:poll.5000ms>
Current time: #now()#
</div><div wire:poll="checkIfCoffeeIsReady">
Current time: #now()#
</div>Last updated
Was this helpful?
Was this helpful?