Defer Loading
Call an action immediately once your Wire is first rendered.
You can use the wire:init
Directive to execute an action as soon as your component is initially rendered.
This can be helpful in cases where you don't want to hold up the entire page load, but want to load some data immediately after the page load.
Last updated