chore(apps/web): add Scan for React performance issues and eliminate slow renders in web app (#23696)

* chore: add Scan for React performance issues and eliminate slow renders in web app

* chore(apps/web): always install latest `react-scan`.
This commit is contained in:
Yadong (Adam) Zhang
2025-09-09 10:50:44 +00:00
committed by GitHub
parent 411516ddb9
commit 38bc5fb71e
+1
View File
@@ -8,6 +8,7 @@
"analyze:browser": "BUNDLE_ANALYZE=browser next build",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
"dev": "yarn copy-static && next dev --turbopack",
"dev:scan": "yarn dev & npx --yes react-scan@latest localhost:3000",
"dev:cron": "npx tsx cron-tester.ts",
"dev-https": "NODE_TLS_REJECT_UNAUTHORIZED=0 next dev --experimental-https",
"dx": "yarn dev",