LunatiqueCoder / luna

Luna - a React Native + Next.js template. Built with TypeScript :heart:
https://luna-gamma.vercel.app/
MIT License
264 stars 17 forks source link

Web Vitals #36

Closed LunatiqueCoder closed 2 years ago

LunatiqueCoder commented 2 years ago

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 commented 2 years ago

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