| 1 | { |
| 2 | "version": "1.0.0", |
| 3 | "organization": "Vercel Engineering", |
| 4 | "date": "January 2026", |
| 5 | "abstract": "Comprehensive performance optimization guide for React and Next.js applications, designed for AI agents and LLMs. Contains 40+ rules across 8 categories, prioritized by impact from critical (eliminating waterfalls, reducing bundle size) to incremental (advanced patterns). Each rule includes detailed explanations, real-world examples comparing incorrect vs. correct implementations, and specific impact metrics to guide automated refactoring and code generation.", |
| 6 | "references": [ |
| 7 | "https://react.dev", |
| 8 | "https://nextjs.org", |
| 9 | "https://swr.vercel.app", |
| 10 | "https://github.com/shuding/better-all", |
| 11 | "https://github.com/isaacs/node-lru-cache", |
| 12 | "https://vercel.com/blog/how-we-optimized-package-imports-in-next-js", |
| 13 | "https://vercel.com/blog/how-we-made-the-vercel-dashboard-twice-as-fast" |
| 14 | ] |
| 15 | } |
| 16 |