You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to get the Speculation Rules API to work with my app. I was wondering if the API was supposed to work with hash routing?
Two of my URLs which use hash routing show the hash portion in a red font which leads me to believe it didn't work properly
and when I navigate to those pages by clicking on the link, I don't seem to benefit from the prerendering.
Is there something I'm missing?
Thanks!
The text was updated successfully, but these errors were encountered:
I would test that to be sure, because Speculation Rules will fetch this as a document, rather than as a your SPA may fetch this (e.g. as a JSON XHR fetch request). You may be better to see what your SPA framework offers for prefetching rather than use Speculation Rules.
Hello,
I've been trying to get the Speculation Rules API to work with my app. I was wondering if the API was supposed to work with hash routing?
Two of my URLs which use hash routing show the hash portion in a red font which leads me to believe it didn't work properly
and when I navigate to those pages by clicking on the link, I don't seem to benefit from the prerendering.
Is there something I'm missing?
Thanks!
The text was updated successfully, but these errors were encountered: