vercel-react-best-practices
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The guidelines recommend installing and using established performance utilities like
better-all(affiliated with Vercel Engineering) andlru-cacheto implement specific optimization patterns. - [COMMAND_EXECUTION]: The README provides standard developer commands using
pnpmfor installing dependencies, building the compiled documentation, and validating rule files. - [DYNAMIC_EXECUTION]: Rule 6.5 (Prevent Hydration Mismatch Without Flickering) includes a pattern for injecting a synchronous script via
dangerouslySetInnerHTML. This is a recognized technique for theme detection in SSR frameworks to prevent layout shifts or flickering, and the provided code is a static template without user-input interpolation.
Audit Metadata