From a0b22d6aa60baa24225214667bc9171f83484f25 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 26 Mar 2021 17:21:06 +0530 Subject: Initialize project using Create React App --- src/reportWebVitals.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/reportWebVitals.js (limited to 'src/reportWebVitals.js') diff --git a/src/reportWebVitals.js b/src/reportWebVitals.js new file mode 100644 index 0000000..5253d3a --- /dev/null +++ b/src/reportWebVitals.js @@ -0,0 +1,13 @@ +const reportWebVitals = onPerfEntry => { + if (onPerfEntry && onPerfEntry instanceof Function) { + import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => { + getCLS(onPerfEntry); + getFID(onPerfEntry); + getFCP(onPerfEntry); + getLCP(onPerfEntry); + getTTFB(onPerfEntry); + }); + } +}; + +export default reportWebVitals; -- cgit v1.2.3