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

Web Vitals #36

Merged
merged 5 commits into from
Dec 1, 2021
Merged

Web Vitals #36

merged 5 commits into from
Dec 1, 2021

Conversation

LunatiqueCoder
Copy link
Owner

@LunatiqueCoder LunatiqueCoder commented Nov 30, 2021

Web Vitals are a set of useful metrics that aim to capture the user experience of a web page. In Create React App, a third-party library is used to measure these metrics (web-vitals)

For more information: https://create-react-app.dev/docs/measuring-performance

@LunatiqueCoder LunatiqueCoder added the enhancement New feature or request label Nov 30, 2021
@LunatiqueCoder LunatiqueCoder self-assigned this Nov 30, 2021
Copy link
Collaborator

@mikehardy mikehardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh that's really interesting! I suppose in combo with the firebase/auth example (which actually bundles analytics) I could just send it an firebase/analytics handler and immediately have reporting !? Very neat - obviously console.log works too

@LunatiqueCoder
Copy link
Owner Author

Yeah, I personally haven't used it, but it comes with create-react-app so I thought we should have it as well.

@LunatiqueCoder LunatiqueCoder merged commit 51291ac into develop Dec 1, 2021
@LunatiqueCoder LunatiqueCoder deleted the feature-web-vitals branch December 1, 2021 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants