wire:init
Overview
You can run an action once your component is rendered in the browser using wire:init. This can be helpful when you don't want to hold up loading the entire page but want to load some data immediately after the page loads.
The need for wire:init has largely been replaced by CBWIRE's Lazy Loading, but still exists and can be used if you prefer.
Last updated