Loading...
Loading...
Next.js 15 critical performance fixes. Use when writing React components, data fetching, Server Actions, or optimizing bundle size.
npx skill4agent add srbhr/resume-matcher nextjs15-performancedocs/agent/architecture/nextjs-critical-fixes.mdapps/frontend/components/Promise.all()<Suspense>awaitimport X from 'lucide-react'import X from 'lucide-react/dist/esm/icons/x'next/dynamicssr: falsenpm run build && npm run startnpm run dev[ ] No sequential awaits for independent data
[ ] Icons imported directly
[ ] Heavy components use next/dynamic
[ ] Server Actions have auth inside
[ ] Suspense around slow fetches