Use prefetching to boost the perceived speed of Livewire apps
- ·
- Telegram
- ·
- Newsletter
To boost perceived speed in your @LaravelLivewire apps when loading data, make use of prefetching.
The .prefetch modifier tells Livewire to fetch the result in the background on hover, and then displays the result when the button is actually clicked ✨