aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src/reportWebVitals.js
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-16 18:58:58 -0400
committerMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-16 18:58:58 -0400
commitd339801aba3fcedc0b3027f73dac91deaae14acc (patch)
tree832c5a1d560e79aac2920a29217b76133fd0e078 /react-frontend/src/reportWebVitals.js
parentee7dba2f399afa78275755c46b9b9c38906cc2b1 (diff)
Removed old testing react app for frontend.
Diffstat (limited to 'react-frontend/src/reportWebVitals.js')
-rw-r--r--react-frontend/src/reportWebVitals.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/react-frontend/src/reportWebVitals.js b/react-frontend/src/reportWebVitals.js
new file mode 100644
index 0000000..5253d3a
--- /dev/null
+++ b/react-frontend/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;