treosh / web-vitals-reporter

Report Web Vitals to your API with one POST request per session.
MIT License
239 stars 3 forks source link

What if I dont use next.js ? #8

Closed heyharii closed 3 years ago

heyharii commented 3 years ago

What if I dont use next.js ? just using react and express.

alekseykulikov commented 3 years ago

The web-vitals-reporter is a standalone library. The first example is for you https://github.com/treosh/web-vitals-reporter#usage Next.js is just an example that shows how easy it integrates with any framework.