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

Expose interaction tracking logic as programatic API #278

Open
RobPruzan opened this issue Feb 26, 2025 · 0 comments
Open

Expose interaction tracking logic as programatic API #278

RobPruzan opened this issue Feb 26, 2025 · 0 comments

Comments

@RobPruzan
Copy link
Collaborator

React Scans interaction tracking does not rely on the PerformanceEventTiming API, and is only enhanced by it. The PerformanceEventTiming (the browser supported way to get interaction timings) is not supported in safari.

React Scan also tracks much more precise data about the interaction phases, which the PerformanceEventTiming does not provide.

Hence, it would be useful to expose this logic as as stand alone API, since it's already not coupled to React or React Scan logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant