Lazy load on custom page
I have created a custom page and copied in my old livewire component. As involves an API call which is a tad slow. Is there a way to lazy load the page? Show some sort of loading width on the page whilst its grabbing the data. At the moment it takes 3-5 seconds to load the page.