Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!
Want to access all of our courses? (29 h 46 min)
You also get:
Already a member? Login here
I tried wire:init like in this demo. However I have 2 inits with different endpoints with loading text.
The problem I'm seeing is that both inits need to be collected before showing the data. For example:
I have 1 init checking the database and I have another init that pulls from an API. The db init will not display until the API init is completed.
I don't think I have a solution for this, never tried multiple wire:init, not even sure Livewire supports/recommends it.
wire:init
Tell us what you like or what we can improve
Feel free to share anything you like or dislike about this page or the platform in general.
Your feedback has been received. We truly appreciate you taking the time to help us improve.
I tried wire:init like in this demo. However I have 2 inits with different endpoints with loading text.
The problem I'm seeing is that both inits need to be collected before showing the data. For example:
I have 1 init checking the database and I have another init that pulls from an API. The db init will not display until the API init is completed.
I don't think I have a solution for this, never tried multiple
wire:init, not even sure Livewire supports/recommends it.