source: client_app/src/reportWebVitals.js@ 580ba1a

Last change on this file since 580ba1a was f36822a, checked in by Vzdra <vladko.zdravkovski@…>, 3 years ago

testing with react client app

  • Property mode set to 100644
File size: 362 bytes
Line 
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;
Note: See TracBrowser for help on using the repository browser.