To be able to swap out a div once loaded.
Is there an opposite to wire:loading?
Javascript Hooks maybe?
I just created a loading class that has display: none
with wire:loading.class="loading-hide"
1 Like
Yep, that’s probably what I would do - make an inverse class to reverse engineer the loading state. Good question, and good solution.