MCPcopy Index your code
hub / github.com/WebDevSimplified/react-folder-structure / reportWebVitals

Function reportWebVitals

beginner/src/reportWebVitals.js:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const reportWebVitals = onPerfEntry => {
2 if (onPerfEntry && onPerfEntry instanceof Function) {
3 import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
4 getCLS(onPerfEntry);
5 getFID(onPerfEntry);
6 getFCP(onPerfEntry);
7 getLCP(onPerfEntry);
8 getTTFB(onPerfEntry);
9 });
10 }
11};
12
13export default reportWebVitals;

Callers 1

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected