Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[✨] How to distinguish between link preload and page visit #6269

Open
juanpmarin opened this issue May 7, 2024 · 1 comment
Open

[✨] How to distinguish between link preload and page visit #6269

juanpmarin opened this issue May 7, 2024 · 1 comment
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: enhancement New feature or request

Comments

@juanpmarin
Copy link

Is your feature request related to a problem?

I'm trying to collect some analytics when a certain page is visited. I'm storing an event every time a routeLoader is executed, but when a Link to that page is hovered, the routeLoader is executed without the user actually visiting the page

Describe the solution you'd like

Be able to distinguish if the current request is a preload or an actual visit to the page, in the routeLoader

Describe alternatives you've considered

Calling a server function from a useVisibleTask$ but seems overkilling

Additional context

No response

@juanpmarin juanpmarin added STATUS-1: needs triage New issue which needs to be triaged TYPE: enhancement New feature or request labels May 7, 2024
@PatrickJS
Copy link
Member

assigned to @yousefmarey12 (can't do it directly with github for some reason atm) it might be best to send a prefetch header with prefetch calls to detect when requests are only prefetching

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants