-
If you have pages that render Livewire components, will this speed it up? |
Beta Was this translation helpful? Give feedback.
Answered by
geisi
Aug 30, 2024
Replies: 1 comment 1 reply
-
@kornatzky Short answer: yes. Longer answer: In the Livewire context, you could use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kornatzky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kornatzky
You have asked your question on the wrong repository this would be the correct one:
https://github.com/InnoGE/laravel-speculation-rules-api
Short answer: yes.
Longer answer: In the Livewire context, you could use
wire:navigate
with the.hover
setting. This will do something similar with better browser compatibility. If you have problems withwire:navigate,
then the speculation rules API is a nice alternative.