nextjs-best-practices — how to use nextjs-best-practices how to use nextjs-best-practices, nextjs-best-practices setup guide, nextjs server vs client components, nextjs-best-practices alternative, nextjs-best-practices install, what is nextjs-best-practices, nextjs-best-practices tutorial, nextjs app router optimization, nextjs component placement best practices
v1.0.0
About this Skill
Perfect for Full Stack Agents needing optimized Next.js component development and server-client architecture planning. nextjs-best-practices is a set of principles for developing efficient Next.js App Router applications, focusing on server and client component differentiation
Features
Decision tree for choosing between server and client components
Default server component usage for data fetching and layout
Client component usage for form handling and interactivity
Support for splitting components into server parent and client child
Guidance on using useState, useEffect, and event handlers in client components
Best practices for direct data fetching in server components