Skip to content

Commit 65a171e

Browse files
authored
Performance optimizations (#613)
* Add react-scan on dev for performance issues * .
1 parent c4db175 commit 65a171e

File tree

3 files changed

+545
-6
lines changed

3 files changed

+545
-6
lines changed

react/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta name="apple-mobile-web-app-title" content="UCM ACM" />
1010
<link rel="manifest" href="/site.webmanifest" />
1111
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
12+
<script src="https://unpkg.com/react-scan/dist/auto.global.js"></script>
1213
<title>ACM @ UC Merced</title>
1314
</head>
1415
<body>

0 commit comments

Comments
 (0)